Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
DItemTouchHelper.java192 float mSwipeEscapeVelocity; field in ItemTouchHelper
466 mSwipeEscapeVelocity = resources in attachToRecyclerView()
1217 absXVelocity >= mCallback.getSwipeEscapeVelocity(mSwipeEscapeVelocity) && in checkHorizontalSwipe()
1246 absYVelocity >= mCallback.getSwipeEscapeVelocity(mSwipeEscapeVelocity) && in checkVerticalSwipe()