Searched refs:mLastMotionXRemainder (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedView.java99 protected float mLastMotionXRemainder; field in class:PagedView
1031 mLastMotionXRemainder = 0;
1118 mLastMotionXRemainder = 0;
1243 mLastMotionXRemainder = 0;
1256 final float deltaX = mLastMotionX + mLastMotionXRemainder - x;
1273 mLastMotionXRemainder = deltaX - (int) deltaX;
1295 mTotalMotionX += Math.abs(mLastMotionX + mLastMotionXRemainder - x);
1429 mLastMotionXRemainder = 0;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedView.java116 private float mLastMotionXRemainder; field in class:PagedView
1212 mLastMotionXRemainder = 0;
1287 mLastMotionXRemainder = 0;
1469 mLastMotionXRemainder = 0;
1487 final float deltaX = mLastMotionX + mLastMotionXRemainder - x;
1497 mLastMotionXRemainder = deltaX - (int) deltaX;
1599 mTotalMotionX += Math.abs(mLastMotionX + mLastMotionXRemainder - x);
1788 mLastMotionXRemainder = 0;

Completed in 48 milliseconds