Home | History | Annotate | Download | only in keyguard

Lines Matching defs:mMinFlingVelocity

93     protected int mMinFlingVelocity;
319 mMinFlingVelocity = (int) (MIN_FLING_VELOCITY * mDensity);
1878 if (Math.abs(velocity) < mMinFlingVelocity) {