Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DRecyclerViewCacheTest.java127 mRecycler.prefetch(itemPrefetchArray, viewCount); in prefetchReusesCacheItems()
181 mRecycler.prefetch(mViewPrefetcher.mItemPrefetchArray, 3); in prefetchItemsNotEvictedWithInserts()
239 mRecycler.prefetch(mViewPrefetcher.mItemPrefetchArray, viewCount); in prefetchItemsNotEvictedOnScroll()
302 mRecycler.prefetch(mViewPrefetcher.mItemPrefetchArray, viewCount); in prefetchItemsSkipAnimations()
/frameworks/base/libs/hwui/
DTextureCache.h85 bool prefetch(const SkBitmap* bitmap);
DTextureCache.cpp170 bool TextureCache::prefetch(const SkBitmap* bitmap) { in prefetch() function in android::uirenderer::TextureCache
/frameworks/base/docs/html/training/efficient-downloads/
Defficient-network-access.jd18 <li><a href="#PrefetchData">Efficiently prefetch data</a></li>
82 …efetching doesn't delay application startup while the app waits for the prefetch to complete. In p…
84prefetch depends on the size of the data being downloaded and the likelihood of it being used. As …
86 <p>Generally speaking, it's good practice to prefetch data such that you will only need to initiate…
96 <p>You could choose to prefetch an entire album, however should the user stop listening after the f…
106 <p>A better approach would be to prefetch a reasonable amount of data at startup, beginning with t…
108 <p>Another alternative is to prefetch every headline, thumbnail, article text, and possibly even fu…
Dconnectivity_patterns.jd42 <p>At the same time, the higher bandwidth means you can prefetch more aggressively, downloading mor…
44 …ffect of your prefetching on the available local storage and flush your prefetch cache regularly.<…
/frameworks/base/libs/hwui/renderthread/
DRenderProxy.cpp646 Caches::getInstance().textureCache.prefetch(args->bitmap); in CREATE_BRIDGE2()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java4530 mRecycler.prefetch(mItemPrefetchArray, viewCount); in run()
5926 void prefetch(int[] itemPrefetchArray, int viewCount) { in prefetch() method in RecyclerView.Recycler
5941 prefetch(itemPrefetchArray, viewCount - 1); in prefetch()
/frameworks/base/docs/html/distribute/essentials/quality/
Dbillions.jd579 network usage behavior (for example, prefetch all starred news categories on