Searched refs:prefetch (Results 1 – 10 of 10) sorted by relevance
163 mRecyclerView.mGapWorker.prefetch(RecyclerView.FOREVER_NS); in prefetchReusesCacheItems()198 mRecyclerView.mGapWorker.prefetch(RecyclerView.FOREVER_NS); in prefetchItemsNotEvictedWithInserts()255 mRecyclerView.mGapWorker.prefetch(RecyclerView.FOREVER_NS); in prefetchItemsNotEvictedOnScroll()296 mRecyclerView.mGapWorker.prefetch(RecyclerView.FOREVER_NS); in prefetchIsComputingLayout()406 mRecyclerView.mGapWorker.prefetch(deadlineNs); in prefetchItemsRespectDeadline()416 mRecyclerView.mGapWorker.prefetch(RecyclerView.FOREVER_NS); in prefetchItemsRespectDeadline()470 mRecyclerView.mGapWorker.prefetch(deadlineNs); in partialPrefetchAvoidsViewRecycledCallback()650 mRecyclerView.mGapWorker.prefetch(RecyclerView.FOREVER_NS); in prefetchItemsSkipAnimations()832 mRecyclerView.mGapWorker.prefetch(RecyclerView.FOREVER_NS); in nestedPrefetchSimple()842 mRecyclerView.mGapWorker.prefetch(RecyclerView.FOREVER_NS); in nestedPrefetchSimple()[all …]
171 worker.prefetch(0); in prefetchOrdering()179 worker.prefetch(mMockNanoTime + TimeUnit.MILLISECONDS.toNanos(54)); in prefetchOrdering()
179 recyclerView.mGapWorker.prefetch(RecyclerView.FOREVER_NS); in gapWorkerWithoutLayout()
88 bool prefetch(Bitmap* bitmap);
176 bool TextureCache::prefetch(Bitmap* bitmap) { in prefetch() function in android::uirenderer::TextureCache
129 prefetch(mLastRequestedIndex, index > mLastRequestedIndex); in getThumbnail()135 protected void prefetch(int hintIndex, boolean forward) { in prefetch() method in PlaybackSeekAsyncDataProvider
363 void prefetch(long deadlineNs) { in prefetch() method in GapWorker396 prefetch(nextFrameNs); in run()
343 void prefetch(long deadlineNs) { in prefetch() method in GapWorker371 prefetch(nextFrameNs); in run()
258 Caches::getInstance().textureCache.prefetch(bitmap); in prepareToDraw()
80 public void prefetch() {