Home | History | Annotate | Download | only in launcher3

Lines Matching refs:mFlingToDeleteThresholdVelocity

253     protected int mFlingToDeleteThresholdVelocity = -1400;
314 mFlingToDeleteThresholdVelocity =
315 (int) (mFlingToDeleteThresholdVelocity * mDensity);
2603 if (mVelocityTracker.getYVelocity() < mFlingToDeleteThresholdVelocity) {