Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java168 private static final boolean ALLOW_THREAD_GAP_WORK = Build.VERSION.SDK_INT >= 21; field in RecyclerView
438 ALLOW_THREAD_GAP_WORK ? new GapWorker.LayoutPrefetchRegistryImpl() : null;
2443 if (ALLOW_THREAD_GAP_WORK) { in onAttachedToWindow()
2481 if (ALLOW_THREAD_GAP_WORK) { in onDetachedFromWindow()
4739 if (ALLOW_THREAD_GAP_WORK) { in run()
5147 if (ALLOW_THREAD_GAP_WORK) { in getNanoTime()
5502 if (ALLOW_THREAD_GAP_WORK) { in tryGetViewHolderForPositionByDeadline()
5643 if (ALLOW_THREAD_GAP_WORK) { in recycleAndClearCachedViews()
5719 if (ALLOW_THREAD_GAP_WORK in recycleViewHolderInternal()
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
DRecyclerView.java196 private static final boolean ALLOW_THREAD_GAP_WORK = Build.VERSION.SDK_INT >= 21; field in RecyclerView
500 ALLOW_THREAD_GAP_WORK ? new GapWorker.LayoutPrefetchRegistryImpl() : null;
2752 if (ALLOW_THREAD_GAP_WORK) { in onAttachedToWindow()
2790 if (ALLOW_THREAD_GAP_WORK && mGapWorker != null) { in onDetachedFromWindow()
5089 if (ALLOW_THREAD_GAP_WORK) { in run()
5571 if (ALLOW_THREAD_GAP_WORK) { in getNanoTime()
5930 if (ALLOW_THREAD_GAP_WORK) { in tryGetViewHolderForPositionByDeadline()
6075 if (ALLOW_THREAD_GAP_WORK) { in recycleAndClearCachedViews()
6153 if (ALLOW_THREAD_GAP_WORK in recycleViewHolderInternal()