Home
last modified time | relevance | path

Searched refs:unifiedStartIndex (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
DMtpDeviceIndex.java250 if (bucket.unifiedStartIndex == position) { in get()
254 - bucket.unifiedStartIndex]; in get()
263 - bucket.unifiedStartIndex]; in get()
319 int mappedPos = results.buckets[bucketNumber].unifiedStartIndex + position in getPositionFromPositionWithoutLabels()
341 if (bucket.unifiedStartIndex == position) { in getPositionWithoutLabelsFromPosition()
344 return bucket.itemsStartIndex + position - 1 - bucket.unifiedStartIndex; in getPositionWithoutLabelsFromPosition()
352 - zeroIndex + bucket.unifiedStartIndex; in getPositionWithoutLabelsFromPosition()
372 return results.buckets[bucketNumber].unifiedStartIndex; in getFirstPositionForBucketNumber()
406 return results.buckets[results.unifiedLookupIndex[position]].unifiedStartIndex in isFirstInBucket()
DDateBucket.java13 final int unifiedStartIndex; field in DateBucket
18 public DateBucket(SimpleDate date, int unifiedStartIndex, int unifiedEndIndex, in DateBucket() argument
21 this.unifiedStartIndex = unifiedStartIndex; in DateBucket()
DMtpDeviceIndexRunnable.java111 int nextUnifiedEntry, unifiedStartIndex, numBucketObjects, unifiedEndIndex, itemsStartIndex; in indexDevice() local
121 unifiedStartIndex = currentUnifiedIndexEntry; in indexDevice()
130 buckets[i] = new DateBucket(bucketTemp.getKey(), unifiedStartIndex, unifiedEndIndex, in indexDevice()