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

/packages/apps/Camera2/src/com/android/camera/widget/
H A DPreloader.java15 * @param <T> The type of items this class preload.
43 * can be used to cancel the loads for the given items. Should preload the items in the list
58 * we don't preload the same items repeatedly. Without this var, scrolling down we preload
59 * 0-5, then 1-6 etc. Using this we instead preload 0-5, then 5-6, 6-7 etc.
76 // Add an additional item so we don't cancel a preload before we start a real load.
87 private void preload(int first, boolean increasing) { method in class:Preloader
98 Log.v(TAG, "preload first=" + first + " increasing=" + increasing + " start=" + start +
118 // strictly true because we may batch preload multiple items at once when we first start
165 // onScroll can be called multiple times with the same arguments, so we only want to preload
[all...]

Completed in 39 milliseconds