Home | History | Annotate | Download | only in widget

Lines Matching refs:mLastMotionX

85     private float mLastMotionX;
423 * Locally do absolute value. mLastMotionX is set to the x value
434 final int xDiff = (int) Math.abs(x - mLastMotionX);
437 mLastMotionX = x;
454 mLastMotionX = x;
517 mLastMotionX = x;
526 final int deltaX = (int) (mLastMotionX - x);
527 mLastMotionX = x;
624 mLastMotionX = ev.getX(newPointerIndex);