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

/packages/apps/Camera2/src/com/android/camera/widget/
H A DPreloader.java84 * @param increasing The direction we're going in (increasing -> source positions are
85 * increasing -> we're scrolling down the list)
87 private void preload(int first, boolean increasing) { argument
90 if (increasing) {
98 Log.v(TAG, "preload first=" + first + " increasing=" + increasing + " start=" + start +
109 if (!increasing) {

Completed in 454 milliseconds