Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
DItemTouchHelper.java372 .computeCurrentVelocity(1000, mRecyclerView.getMaxFlingVelocity());
384 mRecyclerView.getMaxFlingVelocity());
/frameworks/support/v7/recyclerview/api/
D22.2.0.txt250 method public int getMaxFlingVelocity();
D22.2.1.txt253 method public int getMaxFlingVelocity();
D23.txt280 method public int getMaxFlingVelocity();
Dcurrent.txt280 method public int getMaxFlingVelocity();
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DRecyclerViewLayoutTest.java558 int flingVelocity = (mRecyclerView.getMaxFlingVelocity() + in scrollInOtherOrientationTest()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java1772 public int getMaxFlingVelocity() { in getMaxFlingVelocity() method in RecyclerView