Searched refs:itemsStartIndex (Results 1 – 3 of 3) sorted by relevance
253 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()
15 final int itemsStartIndex; field in DateBucket19 int itemsStartIndex, int numItems) { in DateBucket() argument23 this.itemsStartIndex = itemsStartIndex; in DateBucket()
111 int nextUnifiedEntry, unifiedStartIndex, numBucketObjects, unifiedEndIndex, itemsStartIndex; in indexDevice() local125 itemsStartIndex = currentItemsEntry; in indexDevice()131 itemsStartIndex, numBucketObjects); in indexDevice()