Home
last modified time | relevance | path

Searched refs:collectInitialPrefetchPositions (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DGapWorker.java90 layout.collectInitialPrefetchPositions(view.mAdapter.getItemCount(), this); in collectPrefetchPositionsFromView()
DLinearLayoutManager.java1197 public void collectInitialPrefetchPositions(int adapterItemCount, in collectInitialPrefetchPositions() method
DRecyclerView.java7235 public void collectInitialPrefetchPositions(int adapterItemCount, in collectInitialPrefetchPositions() method in RecyclerView.LayoutManager