Searched refs:ALLOW_THREAD_GAP_WORK (Results 1 – 1 of 1) sorted by relevance
169 private static final boolean ALLOW_THREAD_GAP_WORK = Build.VERSION.SDK_INT >= 21; field in RecyclerView439 ALLOW_THREAD_GAP_WORK ? new GapWorker.LayoutPrefetchRegistryImpl() : null;2464 if (ALLOW_THREAD_GAP_WORK) { in onAttachedToWindow()2502 if (ALLOW_THREAD_GAP_WORK) { in onDetachedFromWindow()4861 if (ALLOW_THREAD_GAP_WORK) { in run()5270 if (ALLOW_THREAD_GAP_WORK) { in getNanoTime()5625 if (ALLOW_THREAD_GAP_WORK) { in tryGetViewHolderForPositionByDeadline()5766 if (ALLOW_THREAD_GAP_WORK) { in recycleAndClearCachedViews()5842 if (ALLOW_THREAD_GAP_WORK in recycleViewHolderInternal()