Home | History | Annotate | Download | only in launcher3

Lines Matching refs:mDownMotionY

131     private float mDownMotionY;
400 float y = mLastMotionY - mDownMotionY;
1391 mDownMotionY = y;
1417 if (isTouchPointInViewportWithBuffer((int) mDownMotionX, (int) mDownMotionY)) {
1731 mDownMotionY = mLastMotionY = ev.getY();