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

/frameworks/base/core/java/com/android/internal/widget/helper/
H A DItemTouchHelper.java187 float mSwipeEscapeVelocity; field in class:ItemTouchHelper
459 mSwipeEscapeVelocity = resources
1208 && absXVelocity >= mCallback.getSwipeEscapeVelocity(mSwipeEscapeVelocity)
1235 && absYVelocity >= mCallback.getSwipeEscapeVelocity(mSwipeEscapeVelocity)
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
H A DItemTouchHelper.java185 float mSwipeEscapeVelocity; field in class:ItemTouchHelper
457 mSwipeEscapeVelocity = resources
1206 && absXVelocity >= mCallback.getSwipeEscapeVelocity(mSwipeEscapeVelocity)
1233 && absYVelocity >= mCallback.getSwipeEscapeVelocity(mSwipeEscapeVelocity)

Completed in 124 milliseconds