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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java5422 private float mConfigMinFlingVelocity; field in class:ViewRootImpl.SyntheticTouchNavigationHandler
5498 mConfigMinFlingVelocity =
5507 + ", mConfigMinFlingVelocity=" + mConfigMinFlingVelocity
5684 + ", min=" + mConfigMinFlingVelocity);
5690 if (-vx >= mConfigMinFlingVelocity
5691 && Math.abs(vy) < mConfigMinFlingVelocity) {
5698 if (vx >= mConfigMinFlingVelocity
5699 && Math.abs(vy) < mConfigMinFlingVelocity) {
5706 if (-vy >= mConfigMinFlingVelocity
[all...]

Completed in 62 milliseconds