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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java4789 private float mConfigMinFlingVelocity; field in class:ViewRootImpl.SyntheticTouchNavigationHandler
4865 mConfigMinFlingVelocity =
4874 + ", mConfigMinFlingVelocity=" + mConfigMinFlingVelocity
5051 + ", min=" + mConfigMinFlingVelocity);
5057 if (-vx >= mConfigMinFlingVelocity
5058 && Math.abs(vy) < mConfigMinFlingVelocity) {
5065 if (vx >= mConfigMinFlingVelocity
5066 && Math.abs(vy) < mConfigMinFlingVelocity) {
5073 if (-vy >= mConfigMinFlingVelocity
[all...]

Completed in 34 milliseconds