Home | History | Annotate | Download | only in widget

Lines Matching defs:mLastTouchY

425     private int mLastTouchY;
1677 mLastTouchY -= mScrollOffset[1];
2649 mInitialTouchY = mLastTouchY = (int) (e.getY() + 0.5f);
2672 mInitialTouchY = mLastTouchY = (int) (e.getY(actionIndex) + 0.5f);
2694 mLastTouchY = mInitialTouchY + mTouchSlop * (dy < 0 ? -1 : 1);
2764 mInitialTouchY = mLastTouchY = (int) (e.getY() + 0.5f);
2779 mInitialTouchY = mLastTouchY = (int) (e.getY(actionIndex) + 0.5f);
2793 int dy = mLastTouchY - y;
2829 mLastTouchY = y - mScrollOffset[1];
2894 mInitialTouchY = mLastTouchY = (int) (e.getY(newIndex) + 0.5f);