Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
DMtpDeviceIndex.java253 return results.mtpObjects[bucket.itemsStartIndex + position - 1 in get()
262 return results.mtpObjects[bucket.itemsStartIndex + zeroIndex in get()
309 if (results.buckets[iMid].itemsStartIndex + results.buckets[iMid].numItems in getPositionFromPositionWithoutLabels()
312 } else if (results.buckets[iMid].itemsStartIndex > position) { in getPositionFromPositionWithoutLabels()
320 - results.buckets[bucketNumber].itemsStartIndex + 1; in getPositionFromPositionWithoutLabels()
344 return bucket.itemsStartIndex + position - 1 - bucket.unifiedStartIndex; in getPositionWithoutLabelsFromPosition()
351 return results.mtpObjects.length - 1 - bucket.itemsStartIndex in getPositionWithoutLabelsFromPosition()
DDateBucket.java15 final int itemsStartIndex; field in DateBucket
19 int itemsStartIndex, int numItems) { in DateBucket() argument
23 this.itemsStartIndex = itemsStartIndex; in DateBucket()
DMtpDeviceIndexRunnable.java111 int nextUnifiedEntry, unifiedStartIndex, numBucketObjects, unifiedEndIndex, itemsStartIndex; in indexDevice() local
125 itemsStartIndex = currentItemsEntry; in indexDevice()
131 itemsStartIndex, numBucketObjects); in indexDevice()