Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
DItemTouchHelper.java1215 final float absXVelocity = Math.abs(xVelocity); in checkHorizontalSwipe() local
1217 absXVelocity >= mCallback.getSwipeEscapeVelocity(mSwipeEscapeVelocity) && in checkHorizontalSwipe()
1218 absXVelocity > Math.abs(yVelocity)) { in checkHorizontalSwipe()