Home | History | Annotate | Download | only in launcher3

Lines Matching refs:mMinFlingVelocity

92     protected int mMinFlingVelocity;
249 mMinFlingVelocity = (int) (MIN_FLING_VELOCITY * mDensity);
2022 if (Math.abs(velocity) < mMinFlingVelocity) {