Home | History | Annotate | Download | only in launcher2

Lines Matching refs:mLastMotionX

98     protected float mLastMotionX;
1029 mLastMotionX = x;
1095 * Locally do absolute value. mLastMotionX is set to the y value
1104 final int xDiff = (int) Math.abs(x - mLastMotionX);
1116 mTotalMotionX += Math.abs(mLastMotionX - x);
1117 mLastMotionX = x;
1242 mDownMotionX = mLastMotionX = ev.getX();
1256 final float deltaX = mLastMotionX + mLastMotionXRemainder - x;
1260 // Only scroll and update mLastMotionX if we have moved some discrete amount. We
1272 mLastMotionX = x;
1295 mTotalMotionX += Math.abs(mLastMotionX + mLastMotionXRemainder - x);
1427 mLastMotionX = mDownMotionX = ev.getX(newPointerIndex);