Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/helper/
DItemTouchHelper.java1202 mCallback.getSwipeVelocityThreshold(mMaxSwipeVelocity)); in checkHorizontalSwipe()
1229 mCallback.getSwipeVelocityThreshold(mMaxSwipeVelocity)); in checkVerticalSwipe()
1718 public float getSwipeVelocityThreshold(float defaultValue) { in getSwipeVelocityThreshold() method in ItemTouchHelper.Callback