Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java169 private static final boolean ALLOW_THREAD_GAP_WORK = Build.VERSION.SDK_INT >= 21; field in RecyclerView
439 ALLOW_THREAD_GAP_WORK ? new GapWorker.LayoutPrefetchRegistryImpl() : null;
2444 if (ALLOW_THREAD_GAP_WORK) { in onAttachedToWindow()
2482 if (ALLOW_THREAD_GAP_WORK) { in onDetachedFromWindow()
4740 if (ALLOW_THREAD_GAP_WORK) { in run()
5149 if (ALLOW_THREAD_GAP_WORK) { in getNanoTime()
5504 if (ALLOW_THREAD_GAP_WORK) { in tryGetViewHolderForPositionByDeadline()
5645 if (ALLOW_THREAD_GAP_WORK) { in recycleAndClearCachedViews()
5721 if (ALLOW_THREAD_GAP_WORK in recycleViewHolderInternal()