Home | History | Annotate | Download | only in launcher3

Lines Matching refs:mTotalMotionX

123     protected float mTotalMotionX;
1378 mTotalMotionX = 0;
1450 mTotalMotionX += Math.abs(mLastMotionX - x);
1628 mTotalMotionX = 0;
1647 mTotalMotionX += Math.abs(deltaX);
1760 mTotalMotionX += Math.abs(mLastMotionX + mLastMotionXRemainder - x);
1762 boolean isFling = mTotalMotionX > MIN_LENGTH_FOR_FLING &&