Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/helper/
DItemTouchHelper.java1206 final float absXVelocity = Math.abs(xVelocity); in checkHorizontalSwipe() local
1208 && absXVelocity >= mCallback.getSwipeEscapeVelocity(mSwipeEscapeVelocity) in checkHorizontalSwipe()
1209 && absXVelocity > Math.abs(yVelocity)) { in checkHorizontalSwipe()