Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/helper/
DItemTouchHelper.java187 float mSwipeEscapeVelocity; field in ItemTouchHelper
459 mSwipeEscapeVelocity = resources in attachToRecyclerView()
1208 && absXVelocity >= mCallback.getSwipeEscapeVelocity(mSwipeEscapeVelocity) in checkHorizontalSwipe()
1235 && absYVelocity >= mCallback.getSwipeEscapeVelocity(mSwipeEscapeVelocity) in checkVerticalSwipe()