Searched refs:zeroIndex (Results 1 – 1 of 1) sorted by relevance
215 int zeroIndex = results.unifiedLookupIndex.length - 1 - position; in get() local216 DateBucket bucket = results.buckets[results.unifiedLookupIndex[zeroIndex]]; in get()217 if (bucket.unifiedEndIndex == zeroIndex) { in get()220 return results.mtpObjects[bucket.itemsStartIndex + zeroIndex in get()304 int zeroIndex = results.unifiedLookupIndex.length - 1 - position; in getPositionWithoutLabelsFromPosition() local305 DateBucket bucket = results.buckets[results.unifiedLookupIndex[zeroIndex]]; in getPositionWithoutLabelsFromPosition()306 if (bucket.unifiedEndIndex == zeroIndex) { in getPositionWithoutLabelsFromPosition()307 zeroIndex--; in getPositionWithoutLabelsFromPosition()310 - zeroIndex + bucket.unifiedStartIndex; in getPositionWithoutLabelsFromPosition()