Home | History | Annotate | Download | only in launcher2

Lines Matching refs:mFlingThresholdVelocity

81     protected int mFlingThresholdVelocity;
246 mFlingThresholdVelocity = (int) (FLING_THRESHOLD_VELOCITY * mDensity);
1298 Math.abs(velocityX) > mFlingThresholdVelocity;