Home | History | Annotate | Download | only in launcher3

Lines Matching refs:mDownMotionX

130     private float mDownMotionX;
398 float x = (mLastMotionX - mDownMotionX) + (getScrollX() - mDownScrollX) +
1390 mDownMotionX = x;
1417 if (isTouchPointInViewportWithBuffer((int) mDownMotionX, (int) mDownMotionY)) {
1730 mDownMotionX = mLastMotionX = ev.getX();
1876 final int deltaX = (int) (x - mDownMotionX);
2073 mLastMotionX = mDownMotionX = ev.getX(newPointerIndex);