public void handleMessage(android.os.Message msg) {
          int[] location = new int[2];

          totalMoneyTextView.getLocationInWindow(location);
          totalMoneyTextView.setLocHeight(location[1]);

          magicScrollView.sendScroll(MagicScrollView.UP, 0);
        };