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

/frameworks/base/core/java/com/android/internal/widget/helper/
H A DItemTouchHelper.java1202 mCallback.getSwipeVelocityThreshold(mMaxSwipeVelocity));
1229 mCallback.getSwipeVelocityThreshold(mMaxSwipeVelocity));
1681 * {@link #getSwipeVelocityThreshold(float)}.
1692 * @see #getSwipeVelocityThreshold(float)
1718 public float getSwipeVelocityThreshold(float defaultValue) { method in class:ItemTouchHelper.Callback
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DItemTouchHelper.java1223 mCallback.getSwipeVelocityThreshold(mMaxSwipeVelocity));
1250 mCallback.getSwipeVelocityThreshold(mMaxSwipeVelocity));
1711 * {@link #getSwipeVelocityThreshold(float)}.
1722 * @see #getSwipeVelocityThreshold(float)
1750 public float getSwipeVelocityThreshold(float defaultValue) { method in class:ItemTouchHelper.Callback

Completed in 49 milliseconds