Home | History | Annotate | Download | only in launcher3

Lines Matching defs:mMinFlingVelocity

90     protected int mMinFlingVelocity;
192 mMinFlingVelocity = (int) (MIN_FLING_VELOCITY * density);
1397 if (Math.abs(velocity) < mMinFlingVelocity) {