Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DGapWorker.java95 layout.collectAdjacentPrefetchPositions(mPrefetchDx, mPrefetchDy, in collectPrefetchPositionsFromView()
DLinearLayoutManager.java1279 public void collectAdjacentPrefetchPositions(int dx, int dy, RecyclerView.State state, in collectAdjacentPrefetchPositions() method
DRecyclerView.java7207 public void collectAdjacentPrefetchPositions(int dx, int dy, State state, in collectAdjacentPrefetchPositions() method in RecyclerView.LayoutManager