Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/helper/
DItemTouchHelper.java1208 && absXVelocity >= mCallback.getSwipeEscapeVelocity(mSwipeEscapeVelocity) in checkHorizontalSwipe()
1235 && absYVelocity >= mCallback.getSwipeEscapeVelocity(mSwipeEscapeVelocity) in checkVerticalSwipe()
1695 public float getSwipeEscapeVelocity(float defaultValue) { in getSwipeEscapeVelocity() method in ItemTouchHelper.Callback