Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/api/
D22.2.1.txt253 method public int getMaxFlingVelocity();
D22.2.0.txt250 method public int getMaxFlingVelocity();
D23.0.0.txt280 method public int getMaxFlingVelocity();
D23.1.0.txt280 method public int getMaxFlingVelocity();
Dcurrent.txt289 method public int getMaxFlingVelocity();
D23.1.1.txt280 method public int getMaxFlingVelocity();
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DRecyclerViewLayoutTest.java1204 int flingVelocity = (mRecyclerView.getMaxFlingVelocity() + in scrollInOtherOrientationTest()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java1938 public int getMaxFlingVelocity() { in getMaxFlingVelocity() method in RecyclerView