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

/packages/apps/Gallery/src/com/android/camera/gallery/
H A DImageListUber.java50 private int [] mSkipCounts; field in class:ImageListUber
61 mSkipCounts = new int[mSubList.length];
94 // mSkipCounts is used to tally the counts as we traverse
105 int skipCounts[] = mSkipCounts;
106 // zero out the mSkipCounts since that's only used for the
124 int subindex = mSkipCounts[which] + (index - skipCount);
128 mSkipCounts[which] += offset;

Completed in 83 milliseconds