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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java4498 private float mConfigMinFlingVelocity; field in class:ViewRootImpl.SyntheticTouchNavigationHandler
4578 mConfigMinFlingVelocity =
4587 + ", mConfigMinFlingVelocity=" + mConfigMinFlingVelocity
4765 + ", min=" + mConfigMinFlingVelocity);
4771 if (-vx >= mConfigMinFlingVelocity
4772 && Math.abs(vy) < mConfigMinFlingVelocity) {
4779 if (vx >= mConfigMinFlingVelocity
4780 && Math.abs(vy) < mConfigMinFlingVelocity) {
4787 if (-vy >= mConfigMinFlingVelocity
[all...]

Completed in 50 milliseconds