Searched refs:getSwipeEscapeVelocity (Results 1 – 1 of 1) sorted by relevance
1208 && 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