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

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DPagedView.java120 protected float mLastMotionXRemainder; field in class:PagedView
1089 mLastMotionXRemainder = 0;
1192 mLastMotionXRemainder = 0;
1324 mLastMotionXRemainder = 0;
1345 final float deltaX = mLastMotionX + mLastMotionXRemainder - x;
1362 mLastMotionXRemainder = deltaX - (int) deltaX;
1490 mTotalMotionX += Math.abs(mLastMotionX + mLastMotionXRemainder - x);
1657 mLastMotionXRemainder = 0;

Completed in 53 milliseconds