Lines Matching refs:mLastMotionX
98 protected float mLastMotionX;
974 mLastMotionX = x;
1040 * Locally do absolute value. mLastMotionX is set to the y value
1049 final int xDiff = (int) Math.abs(x - mLastMotionX);
1061 mTotalMotionX += Math.abs(mLastMotionX - x);
1062 mLastMotionX = x;
1187 mDownMotionX = mLastMotionX = ev.getX();
1201 final float deltaX = mLastMotionX + mLastMotionXRemainder - x;
1205 // Only scroll and update mLastMotionX if we have moved some discrete amount. We
1217 mLastMotionX = x;
1240 mTotalMotionX += Math.abs(mLastMotionX + mLastMotionXRemainder - x);
1367 mLastMotionX = mDownMotionX = ev.getX(newPointerIndex);