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

/frameworks/support/wear/src/main/java/androidx/wear/widget/
H A DScrollManager.java156 mRecyclerView.getMaxFlingVelocity());
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DPagerSnapHelperTest.java165 runSnapOnMaxFlingNextView((int) (0.2 * mRecyclerView.getMaxFlingVelocity()));
177 runSnapOnMaxFlingNextView(mRecyclerView.getMaxFlingVelocity());
H A DGridLayoutManagerSnappingTest.java145 int velocity = (int) (0.25 * mRecyclerView.getMaxFlingVelocity());
H A DLinearLayoutManagerSnappingTest.java166 int velocity = (int) (0.2 * mRecyclerView.getMaxFlingVelocity());
H A DStaggeredGridLayoutManagerSnappingTest.java185 int velocity = (int) (0.2 * mRecyclerView.getMaxFlingVelocity());
H A DRecyclerViewLayoutTest.java2025 int flingVelocity = (mRecyclerView.getMaxFlingVelocity() +
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java2064 public int getMaxFlingVelocity() { method in class:RecyclerView
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DRecyclerView.java2313 public int getMaxFlingVelocity() { method in class:RecyclerView

Completed in 122 milliseconds