Searched refs:prefetch (Results 1 – 12 of 12) sorted by relevance
167 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 …]
175 worker.prefetch(0); in prefetchOrdering()183 worker.prefetch(mMockNanoTime + TimeUnit.MILLISECONDS.toNanos(54)); in prefetchOrdering()
179 recyclerView.mGapWorker.prefetch(RecyclerView.FOREVER_NS); in gapWorkerWithoutLayout()
130 prefetch(mLastRequestedIndex, index > mLastRequestedIndex); in getThumbnail()136 protected void prefetch(int hintIndex, boolean forward) { in prefetch() method in PlaybackSeekAsyncDataProvider
88 bool prefetch(Bitmap* bitmap);
174 bool TextureCache::prefetch(Bitmap* bitmap) { in prefetch() function in android::uirenderer::TextureCache
364 void prefetch(long deadlineNs) { in prefetch() method in GapWorker397 prefetch(nextFrameNs); in run()
343 void prefetch(long deadlineNs) { in prefetch() method in GapWorker371 prefetch(nextFrameNs); in run()
1502 public Builder setPrefetch(boolean prefetch) { in setPrefetch() argument1503 if (prefetch) { in setPrefetch()
81 public void prefetch() {
276 Caches::getInstance().textureCache.prefetch(bitmap); in prepareToDraw()
215 // The fraction of a prefetch job's running window that must pass before