Home | History | Annotate | Download | only in launcher2

Lines Matching refs:mLastMotionXRemainder

99     protected float mLastMotionXRemainder;
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;