Searched refs:prefetch (Results 1 – 8 of 8) sorted by relevance
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | RecyclerViewCacheTest.java | 127 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/ |
D | TextureCache.h | 85 bool prefetch(const SkBitmap* bitmap);
|
D | TextureCache.cpp | 170 bool TextureCache::prefetch(const SkBitmap* bitmap) { in prefetch() function in android::uirenderer::TextureCache
|
/frameworks/base/docs/html/training/efficient-downloads/ |
D | efficient-network-access.jd | 18 <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… 84 …prefetch 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…
|
D | connectivity_patterns.jd | 42 <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/ |
D | RenderProxy.cpp | 646 Caches::getInstance().textureCache.prefetch(args->bitmap); in CREATE_BRIDGE2()
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | RecyclerView.java | 4530 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/ |
D | billions.jd | 579 network usage behavior (for example, prefetch all starred news categories on
|