Home | History | Annotate | Download | only in view

Lines Matching defs:mLastMotionY

78     private float mLastMotionY;
521 * Locally do absolute value. mLastMotionY is set to the y value of
534 final int yDiff = (int) Math.abs(y - mLastMotionY);
537 mLastMotionY = y;
571 mLastMotionY = y;
643 mLastMotionY = mHorizontal ? ev.getX() : ev.getY();
663 final int deltaY = (int) (mLastMotionY - y);
664 mLastMotionY = y;
764 mLastMotionY = y;
771 mLastMotionY = mHorizontal
796 mLastMotionY = mHorizontal ? ev.getX(newPointerIndex) : ev.getY(newPointerIndex);