Home | History | Annotate | Download | only in launcher2

Lines Matching refs:mTotalMotionX

101     protected float mTotalMotionX;
1032 mTotalMotionX = 0;
1116 mTotalMotionX += Math.abs(mLastMotionX - x);
1244 mTotalMotionX = 0;
1258 mTotalMotionX += Math.abs(deltaX);
1295 mTotalMotionX += Math.abs(mLastMotionX + mLastMotionXRemainder - x);
1297 boolean isFling = mTotalMotionX > MIN_LENGTH_FOR_FLING &&