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/android/support/v7/widget/helper/
H A DItemTouchHelper.java1200 mCallback.getSwipeVelocityThreshold(mMaxSwipeVelocity));
1227 mCallback.getSwipeVelocityThreshold(mMaxSwipeVelocity));
1687 * {@link #getSwipeVelocityThreshold(float)}.
1698 * @see #getSwipeVelocityThreshold(float)
1724 public float getSwipeVelocityThreshold(float defaultValue) { method in class:ItemTouchHelper.Callback

Completed in 42 milliseconds