Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DRecyclerViewCacheTest.java167 mRecyclerView.mGapWorker.prefetch(RecyclerView.FOREVER_NS); in prefetchReusesCacheItems()
202 mRecyclerView.mGapWorker.prefetch(RecyclerView.FOREVER_NS); in prefetchItemsNotEvictedWithInserts()
259 mRecyclerView.mGapWorker.prefetch(RecyclerView.FOREVER_NS); in prefetchItemsNotEvictedOnScroll()
300 mRecyclerView.mGapWorker.prefetch(RecyclerView.FOREVER_NS); in prefetchIsComputingLayout()
339 mRecyclerView.mGapWorker.prefetch(RecyclerView.FOREVER_NS); in prefetchAfterOrientationChange()
450 mRecyclerView.mGapWorker.prefetch(deadlineNs); in prefetchItemsRespectDeadline()
460 mRecyclerView.mGapWorker.prefetch(RecyclerView.FOREVER_NS); in prefetchItemsRespectDeadline()
515 mRecyclerView.mGapWorker.prefetch(deadlineNs); in partialPrefetchAvoidsViewRecycledCallback()
700 mRecyclerView.mGapWorker.prefetch(RecyclerView.FOREVER_NS); in prefetchItemsSkipAnimations()
878 mRecyclerView.mGapWorker.prefetch(RecyclerView.FOREVER_NS); in nestedPrefetchSimple()
[all …]
DMultiRecyclerViewPrefetchTest.java175 worker.prefetch(0); in prefetchOrdering()
183 worker.prefetch(mMockNanoTime + TimeUnit.MILLISECONDS.toNanos(54)); in prefetchOrdering()
DGapWorkerTest.java179 recyclerView.mGapWorker.prefetch(RecyclerView.FOREVER_NS); in gapWorkerWithoutLayout()
/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
DPlaybackSeekAsyncDataProvider.java130 prefetch(mLastRequestedIndex, index > mLastRequestedIndex); in getThumbnail()
136 protected void prefetch(int hintIndex, boolean forward) { in prefetch() method in PlaybackSeekAsyncDataProvider
/frameworks/base/libs/hwui/
DTextureCache.h88 bool prefetch(Bitmap* bitmap);
DTextureCache.cpp174 bool TextureCache::prefetch(Bitmap* bitmap) { in prefetch() function in android::uirenderer::TextureCache
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
DGapWorker.java364 void prefetch(long deadlineNs) { in prefetch() method in GapWorker
397 prefetch(nextFrameNs); in run()
/frameworks/base/core/java/com/android/internal/widget/
DGapWorker.java343 void prefetch(long deadlineNs) { in prefetch() method in GapWorker
371 prefetch(nextFrameNs); in run()
/frameworks/base/core/java/android/app/job/
DJobInfo.java1502 public Builder setPrefetch(boolean prefetch) { in setPrefetch() argument
1503 if (prefetch) { in setPrefetch()
/frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
DGridWidgetPrefetchTest.java81 public void prefetch() {
/frameworks/base/libs/hwui/renderthread/
DOpenGLPipeline.cpp276 Caches::getInstance().textureCache.prefetch(bitmap); in prepareToDraw()
/frameworks/base/core/proto/android/server/
Djobscheduler.proto215 // The fraction of a prefetch job's running window that must pass before