Home | History | Annotate | Download | only in launcher3

Lines Matching defs:mFlingThresholdVelocity

106     protected int mFlingThresholdVelocity;
326 mFlingThresholdVelocity = (int) (FLING_THRESHOLD_VELOCITY * mDensity);
1884 Math.abs(velocityX) > mFlingThresholdVelocity;