Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
DDateBucket.java14 final int unifiedEndIndex; field in DateBucket
18 public DateBucket(SimpleDate date, int unifiedStartIndex, int unifiedEndIndex, in DateBucket() argument
22 this.unifiedEndIndex = unifiedEndIndex; in DateBucket()
DMtpDeviceIndexRunnable.java111 int nextUnifiedEntry, unifiedStartIndex, numBucketObjects, unifiedEndIndex, itemsStartIndex; in indexDevice() local
122 unifiedEndIndex = nextUnifiedEntry - 1; in indexDevice()
130 buckets[i] = new DateBucket(bucketTemp.getKey(), unifiedStartIndex, unifiedEndIndex, in indexDevice()
DMtpDeviceIndex.java259 if (bucket.unifiedEndIndex == zeroIndex) { in get()
348 if (bucket.unifiedEndIndex == zeroIndex) { in getPositionWithoutLabelsFromPosition()
375 - results.buckets[results.buckets.length - 1 - bucketNumber].unifiedEndIndex in getFirstPositionForBucketNumber()
410 return results.buckets[results.unifiedLookupIndex[position]].unifiedEndIndex in isFirstInBucket()