Searched refs:getSwipeEscapeVelocity (Results 1 – 3 of 3) sorted by relevance
1217 absXVelocity >= mCallback.getSwipeEscapeVelocity(mSwipeEscapeVelocity) && in checkHorizontalSwipe()1246 absYVelocity >= mCallback.getSwipeEscapeVelocity(mSwipeEscapeVelocity) && in checkVerticalSwipe()1714 public float getSwipeEscapeVelocity(float defaultValue) { in getSwipeEscapeVelocity() method in ItemTouchHelper.Callback
843 method public float getSwipeEscapeVelocity(float);
1118 … override {@code getSwipeEscapeVelocity(float defaultValue)} and modify {@code defaultValue}.