Searched defs:mMinFlingVelocity (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DSwitch.java91 private int mMinFlingVelocity; field in class:Switch
176 mMinFlingVelocity = config.getScaledMinimumFlingVelocity();
630 if (Math.abs(xvel) > mMinFlingVelocity) {
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DPagedView.java97 protected int mMinFlingVelocity; field in class:PagedView
308 mMinFlingVelocity = (int) (MIN_FLING_VELOCITY * mDensity);
1762 if (Math.abs(velocity) < mMinFlingVelocity) {

Completed in 146 milliseconds