Home | History | Annotate | Download | only in launcher3

Lines Matching refs:mFlingThresholdVelocity

92     protected int mFlingThresholdVelocity;
253 mFlingThresholdVelocity = (int) (FLING_THRESHOLD_VELOCITY * mDensity);
1763 Math.abs(velocityX) > mFlingThresholdVelocity;