Home | History | Annotate | Download | only in launcher2

Lines Matching defs:mMinFlingVelocity

82     protected int mMinFlingVelocity;
247 mMinFlingVelocity = (int) (MIN_FLING_VELOCITY * mDensity);
1528 if (Math.abs(velocity) < mMinFlingVelocity) {