Searched defs:getSwipeEscapeVelocity (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/helper/
H A DItemTouchHelper.java1208 && absXVelocity >= mCallback.getSwipeEscapeVelocity(mSwipeEscapeVelocity)
1235 && absYVelocity >= mCallback.getSwipeEscapeVelocity(mSwipeEscapeVelocity)
1695 public float getSwipeEscapeVelocity(float defaultValue) { method in class:ItemTouchHelper.Callback
1716 * @see #getSwipeEscapeVelocity(float)
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DItemTouchHelper.java1229 && absXVelocity >= mCallback.getSwipeEscapeVelocity(mSwipeEscapeVelocity)
1256 && absYVelocity >= mCallback.getSwipeEscapeVelocity(mSwipeEscapeVelocity)
1726 public float getSwipeEscapeVelocity(float defaultValue) { method in class:ItemTouchHelper.Callback
1747 * @see #getSwipeEscapeVelocity(float)

Completed in 34 milliseconds