Searched refs:prefetch (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
H A DTextureCache.h85 bool prefetch(const SkBitmap* bitmap);
H A DTextureCache.cpp170 bool TextureCache::prefetch(const SkBitmap* bitmap) { function in class:android::uirenderer::TextureCache
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewCacheTest.java127 mRecycler.prefetch(itemPrefetchArray, viewCount);
181 mRecycler.prefetch(mViewPrefetcher.mItemPrefetchArray, 3);
198 // After clearing the cache, the prefetch priorities should be cleared as well:
239 mRecycler.prefetch(mViewPrefetcher.mItemPrefetchArray, viewCount);
298 // ...but must not be removed for prefetch
302 mRecycler.prefetch(mViewPrefetcher.mItemPrefetchArray, viewCount);
/frameworks/base/libs/hwui/renderthread/
H A DRenderProxy.cpp646 Caches::getInstance().textureCache.prefetch(args->bitmap);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java186 * RenderThread but before the next frame begins. We schedule prefetch work in this window.
4448 * Runs prefetch work immediately after a traversal, in the downtime while the UI thread is
4460 * Schedule a prefetch immediately after the current traversal.
4484 * Called when prefetch indices are no longer valid for cache prioritization.
4527 mRecycler.prefetch(mItemPrefetchArray, viewCount);
5923 void prefetch(int[] itemPrefetchArray, int viewCount) { method in class:RecyclerView.Recycler
5928 throw new IllegalArgumentException("Recycler requested to prefetch invalid view "
5934 // only prefetch if child not already attached
5938 prefetch(itemPrefetchArray, viewCount - 1);
6883 * <p>While prefetch i
[all...]

Completed in 172 milliseconds