Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/helper/
DItemTouchHelper.java1233 final float absYVelocity = Math.abs(yVelocity); in checkVerticalSwipe() local
1235 && absYVelocity >= mCallback.getSwipeEscapeVelocity(mSwipeEscapeVelocity) in checkVerticalSwipe()
1236 && absYVelocity > Math.abs(xVelocity)) { in checkVerticalSwipe()