HomeSort by relevance Sort by last modified time
    Searched defs:ALLOW_THREAD_GAP_WORK (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/
RecyclerView.java 168 private static final boolean ALLOW_THREAD_GAP_WORK = Build.VERSION.SDK_INT >= 21;
438 ALLOW_THREAD_GAP_WORK ? new GapWorker.LayoutPrefetchRegistryImpl() : null;
    [all...]
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
RecyclerView.java 196 private static final boolean ALLOW_THREAD_GAP_WORK = Build.VERSION.SDK_INT >= 21;
500 ALLOW_THREAD_GAP_WORK ? new GapWorker.LayoutPrefetchRegistryImpl() : null;
    [all...]

Completed in 58 milliseconds