Home
last modified time | relevance | path

Searched refs:velocityDirection (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DDifferentialMotionFlingHelper.java180 float velocityDirection = Math.signum(scaledVelocity); in onMotionEvent() local
184 || (velocityDirection != Math.signum(mLastFlingVelocity) in onMotionEvent()
185 && velocityDirection != 0)) { in onMotionEvent()