Searched refs:prefetch (Results 1 – 10 of 10) sorted by relevance
162 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 …]
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);
174 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()
80 public void prefetch() {
260 Caches::getInstance().textureCache.prefetch(bitmap); in prepareToDraw()