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

/packages/apps/Gallery/src/com/android/camera/gallery/
H A DImageListUber.java51 private int mLastListIndex; field in class:ImageListUber
62 mLastListIndex = -1;
146 if (slot.mListIndex == mLastListIndex) {
150 mLastListIndex = slot.mListIndex;
156 mSkipList[mSkipListSize++] = (((long) mLastListIndex) << 32) | 1;

Completed in 291 milliseconds