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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewCacheTest.java90 int gatherPrefetchIndices(int dx, int dy, RecyclerView.State state, int[] outIndices) {
125 int viewCount = prefetchingLayoutManager.gatherPrefetchIndices(1, 1,
237 int viewCount = mRecyclerView.getLayoutManager().gatherPrefetchIndices(0, 1,
300 int viewCount = mRecyclerView.getLayoutManager().gatherPrefetchIndices(0, 1,
H A DRecyclerViewPrefetchTest.java65 int gatherPrefetchIndices(int dx, int dy, RecyclerView.State state, int[] outIndices) { method in class:RecyclerViewPrefetchTest.PrefetchLayoutManager
H A DBaseGridLayoutManagerTest.java320 int gatherPrefetchIndices(int dx, int dy, RecyclerView.State state, int[] outIndices) { method in class:BaseGridLayoutManagerTest.WrappedGridLayoutManager
322 return super.gatherPrefetchIndices(dx, dy, state, outIndices);
H A DBaseLinearLayoutManagerTest.java639 int gatherPrefetchIndices(int dx, int dy, RecyclerView.State state, int[] outIndices) { method in class:BaseLinearLayoutManagerTest.WrappedLinearLayoutManager
641 return super.gatherPrefetchIndices(dx, dy, state, outIndices);
H A DBaseStaggeredGridLayoutManagerTest.java808 int gatherPrefetchIndices(int dx, int dy, RecyclerView.State state, int[] outIndices) { method in class:BaseStaggeredGridLayoutManagerTest.WrappedLayoutManager
810 return super.gatherPrefetchIndices(dx, dy, state, outIndices);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLinearLayoutManager.java1201 int gatherPrefetchIndices(int dx, int dy, RecyclerView.State state, int[] outIndices) { method in class:LinearLayoutManager
H A DStaggeredGridLayoutManager.java2074 int gatherPrefetchIndices(int dx, int dy, RecyclerView.State state, int[] outIndices) { method in class:StaggeredGridLayoutManager
H A DRecyclerView.java4526 int viewCount = mLayout.gatherPrefetchIndices(mDx, mDy, mState, mItemPrefetchArray);
6913 int gatherPrefetchIndices(int dx, int dy, State state, int[] outIndices) { method in class:RecyclerView.LayoutManager

Completed in 118 milliseconds