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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java4682 private float mConfigMinFlingVelocity; field in class:ViewRootImpl.SyntheticTouchNavigationHandler
4758 mConfigMinFlingVelocity =
4767 + ", mConfigMinFlingVelocity=" + mConfigMinFlingVelocity
4944 + ", min=" + mConfigMinFlingVelocity);
4950 if (-vx >= mConfigMinFlingVelocity
4951 && Math.abs(vy) < mConfigMinFlingVelocity) {
4958 if (vx >= mConfigMinFlingVelocity
4959 && Math.abs(vy) < mConfigMinFlingVelocity) {
4966 if (-vy >= mConfigMinFlingVelocity
[all...]

Completed in 96 milliseconds