Searched refs:ALLOW_THREAD_GAP_WORK (Results 1 – 2 of 2) sorted by relevance
168 private static final boolean ALLOW_THREAD_GAP_WORK = Build.VERSION.SDK_INT >= 21; field in RecyclerView438 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()
196 private static final boolean ALLOW_THREAD_GAP_WORK = Build.VERSION.SDK_INT >= 21; field in RecyclerView500 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()