Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
DItemTouchHelper.java1195 Math.abs(xVelocity) >= mRecyclerView.getMinFlingVelocity()) { in checkHorizontalSwipe()
1218 Math.abs(yVelocity) >= mRecyclerView.getMinFlingVelocity()) { in checkVerticalSwipe()
/frameworks/support/v7/recyclerview/api/
D22.2.0.txt251 method public int getMinFlingVelocity();
D22.2.1.txt254 method public int getMinFlingVelocity();
D23.txt281 method public int getMinFlingVelocity();
Dcurrent.txt281 method public int getMinFlingVelocity();
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DRecyclerViewLayoutTest.java559 mRecyclerView.getMinFlingVelocity()) / 2; in scrollInOtherOrientationTest()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java1762 public int getMinFlingVelocity() { in getMinFlingVelocity() method in RecyclerView