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

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DPagedView.java96 protected int mFlingThresholdVelocity; field in class:PagedView
307 mFlingThresholdVelocity = (int) (FLING_THRESHOLD_VELOCITY * mDensity);
1493 Math.abs(velocityX) > mFlingThresholdVelocity;

Completed in 100 milliseconds