Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DRecyclerViewCacheTest.java162 mRecyclerView.mGapWorker.prefetch(RecyclerView.FOREVER_NS); in prefetchReusesCacheItems()
197 mRecyclerView.mGapWorker.prefetch(RecyclerView.FOREVER_NS); in prefetchItemsNotEvictedWithInserts()
254 mRecyclerView.mGapWorker.prefetch(RecyclerView.FOREVER_NS); in prefetchItemsNotEvictedOnScroll()
295 mRecyclerView.mGapWorker.prefetch(RecyclerView.FOREVER_NS); in prefetchIsComputingLayout()
332 mRecyclerView.mGapWorker.prefetch(RecyclerView.FOREVER_NS); in prefetchAfterOrientationChange()
440 mRecyclerView.mGapWorker.prefetch(deadlineNs); in prefetchItemsRespectDeadline()
450 mRecyclerView.mGapWorker.prefetch(RecyclerView.FOREVER_NS); in prefetchItemsRespectDeadline()
504 mRecyclerView.mGapWorker.prefetch(deadlineNs); in partialPrefetchAvoidsViewRecycledCallback()
684 mRecyclerView.mGapWorker.prefetch(RecyclerView.FOREVER_NS); in prefetchItemsSkipAnimations()
862 mRecyclerView.mGapWorker.prefetch(RecyclerView.FOREVER_NS); in nestedPrefetchSimple()
[all …]
DMultiRecyclerViewPrefetchTest.java171 worker.prefetch(0); in prefetchOrdering()
179 worker.prefetch(mMockNanoTime + TimeUnit.MILLISECONDS.toNanos(54)); in prefetchOrdering()
DGapWorkerTest.java179 recyclerView.mGapWorker.prefetch(RecyclerView.FOREVER_NS); in gapWorkerWithoutLayout()
/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/samples/SupportLeanbackDemos/src/com/example/android/leanback/
DPlaybackSeekAsyncDataProvider.java129 prefetch(mLastRequestedIndex, index > mLastRequestedIndex); in getThumbnail()
135 protected void prefetch(int hintIndex, boolean forward) { in prefetch() method in PlaybackSeekAsyncDataProvider
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DGapWorker.java363 void prefetch(long deadlineNs) { in prefetch() method in GapWorker
396 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/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
DGridWidgetPrefetchTest.java80 public void prefetch() {
/frameworks/base/libs/hwui/renderthread/
DOpenGLPipeline.cpp260 Caches::getInstance().textureCache.prefetch(bitmap); in prepareToDraw()