HomeSort by relevance Sort by last modified time
    Searched defs:gatherPrefetchIndices (Results 1 - 7 of 7) sorted by null

  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
RecyclerViewPrefetchTest.java 65 int gatherPrefetchIndices(int dx, int dy, RecyclerView.State state, int[] outIndices) {
BaseGridLayoutManagerTest.java 320 int gatherPrefetchIndices(int dx, int dy, RecyclerView.State state, int[] outIndices) {
322 return super.gatherPrefetchIndices(dx, dy, state, outIndices);
BaseLinearLayoutManagerTest.java 639 int gatherPrefetchIndices(int dx, int dy, RecyclerView.State state, int[] outIndices) {
641 return super.gatherPrefetchIndices(dx, dy, state, outIndices);
BaseStaggeredGridLayoutManagerTest.java 808 int gatherPrefetchIndices(int dx, int dy, RecyclerView.State state, int[] outIndices) {
810 return super.gatherPrefetchIndices(dx, dy, state, outIndices);
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
LinearLayoutManager.java     [all...]
RecyclerView.java     [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 136 milliseconds