HomeSort by relevance Sort by last modified time
    Searched refs:skipCount (Results 1 - 3 of 3) sorted by null

  /packages/apps/Gallery/src/com/android/camera/gallery/
ImageListUber.java 114 int skipCount = 0;
123 if (skipCount + offset > index) {
124 int subindex = mSkipCounts[which] + (index - skipCount);
127 skipCount += offset;
131 for (; true; ++skipCount) {
134 if (skipCount == index) {
176 int skipCount = 0;
180 if (skipCount + offset > index) {
184 skipCount += offset;
216 int skipCount = 0
    [all...]
  /packages/apps/Camera/src/com/android/camera/gallery/
ImageListUber.java 94 int skipCount = 0;
103 if (skipCount + offset > index) {
104 int subindex = mSkipCounts[which] + (index - skipCount);
107 skipCount += offset;
111 for (; true; ++skipCount) {
114 if (skipCount == index) {
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationShrinker.java     [all...]

Completed in 342 milliseconds