Searched refs:LayoutPrefetchRegistryImpl (Results 1 - 5 of 5) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DGapWorkerTest.java47 GapWorker.LayoutPrefetchRegistryImpl registry = new GapWorker.LayoutPrefetchRegistryImpl();
59 GapWorker.LayoutPrefetchRegistryImpl registry = new GapWorker.LayoutPrefetchRegistryImpl();
65 GapWorker.LayoutPrefetchRegistryImpl registry = new GapWorker.LayoutPrefetchRegistryImpl();
71 GapWorker.LayoutPrefetchRegistryImpl registry = new GapWorker.LayoutPrefetchRegistryImpl();
/frameworks/base/core/java/com/android/internal/widget/
H A DGapWorker.java63 static class LayoutPrefetchRegistryImpl class in class:GapWorker
223 LayoutPrefetchRegistryImpl prefetchRegistry = view.mPrefetchRegistry;
304 final LayoutPrefetchRegistryImpl innerPrefetchRegistry = innerView.mPrefetchRegistry;
H A DRecyclerView.java437 GapWorker.LayoutPrefetchRegistryImpl mPrefetchRegistry =
438 ALLOW_THREAD_GAP_WORK ? new GapWorker.LayoutPrefetchRegistryImpl() : null;
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DGapWorker.java62 static class LayoutPrefetchRegistryImpl class in class:GapWorker
234 LayoutPrefetchRegistryImpl prefetchRegistry = view.mPrefetchRegistry;
321 final LayoutPrefetchRegistryImpl innerPrefetchRegistry = innerView.mPrefetchRegistry;
H A DRecyclerView.java470 GapWorker.LayoutPrefetchRegistryImpl mPrefetchRegistry =
471 ALLOW_THREAD_GAP_WORK ? new GapWorker.LayoutPrefetchRegistryImpl() : null;

Completed in 480 milliseconds