Searched defs:prefetch (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/
H A DTextureCache.cpp176 bool TextureCache::prefetch(Bitmap* bitmap) { function in class:android::uirenderer::TextureCache
/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DPlaybackSeekAsyncDataProvider.java117 // no normal task or prefetch for the position, create a new task
122 // update existing ResultCallback which might be normal task or prefetch
129 prefetch(mLastRequestedIndex, index > mLastRequestedIndex);
135 protected void prefetch(int hintIndex, boolean forward) { method in class:PlaybackSeekAsyncDataProvider
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DPlaybackSeekAsyncDataProvider.java117 // no normal task or prefetch for the position, create a new task
122 // update existing ResultCallback which might be normal task or prefetch
129 prefetch(mLastRequestedIndex, index > mLastRequestedIndex);
135 protected void prefetch(int hintIndex, boolean forward) { method in class:PlaybackSeekAsyncDataProvider
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
H A DGridWidgetPrefetchTest.java80 public void prefetch() { method in class:GridWidgetPrefetchTest
119 // no views returned for vertical prefetch:
171 // no views returned for vertical prefetch:
/frameworks/base/core/java/com/android/internal/widget/
H A DGapWorker.java54 * Temporary storage for prefetch Tasks that execute in {@link #prefetch(long)}. Task objects
87 // nested prefetch, only if no adapter updates pending. Note: we don't query
93 // momentum based prefetch, only if we trust current child/adapter state
143 * Called when prefetch indices are no longer valid for cache prioritization.
167 * Schedule a prefetch immediately after the current traversal.
218 // Populate task list from prefetch data...
266 // don't attempt to prefetch attached views
281 // next prefetch/traversal. If a View fails to bind, it means we didn't have
283 // type, during this GapWorker prefetch pas
343 void prefetch(long deadlineNs) { method in class:GapWorker
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DGapWorker.java53 * Temporary storage for prefetch Tasks that execute in {@link #prefetch(long)}. Task objects
86 // nested prefetch, only if no adapter updates pending. Note: we don't query
92 // momentum based prefetch, only if we trust current child/adapter state
146 * Called when prefetch indices are no longer valid for cache prioritization.
171 * Schedule a prefetch immediately after the current traversal.
224 // Populate task list from prefetch data...
277 // don't attempt to prefetch attached views
295 // next prefetch/traversal. If a View fails to bind, it means we didn't have
297 // type, during this GapWorker prefetch pas
363 void prefetch(long deadlineNs) { method in class:GapWorker
[all...]

Completed in 662 milliseconds