Home | History | Annotate | Download | only in keyguard

Lines Matching refs:mLastMotionXRemainder

120     protected float mLastMotionXRemainder;
1098 mLastMotionXRemainder = 0;
1201 mLastMotionXRemainder = 0;
1333 mLastMotionXRemainder = 0;
1357 final float deltaX = mLastMotionX + mLastMotionXRemainder - x;
1374 mLastMotionXRemainder = deltaX - (int) deltaX;
1502 mTotalMotionX += Math.abs(mLastMotionX + mLastMotionXRemainder - x);
1670 mLastMotionXRemainder = 0;