Home | History | Annotate | Download | only in launcher2

Lines Matching refs:mDownMotionX

97     private float mDownMotionX;
1028 mDownMotionX = x;
1242 mDownMotionX = mLastMotionX = ev.getX();
1290 final int deltaX = (int) (x - mDownMotionX);
1427 mLastMotionX = mDownMotionX = ev.getX(newPointerIndex);