Searched refs:unifiedLookupIndex (Results 1 – 2 of 2) sorted by relevance
233 return results != null ? results.unifiedLookupIndex.length : 0; in size()249 DateBucket bucket = results.buckets[results.unifiedLookupIndex[position]]; in get()257 int zeroIndex = results.unifiedLookupIndex.length - 1 - position; in get()258 DateBucket bucket = results.buckets[results.unifiedLookupIndex[zeroIndex]]; in get()322 mappedPos = results.unifiedLookupIndex.length - mappedPos; in getPositionFromPositionWithoutLabels()340 DateBucket bucket = results.buckets[results.unifiedLookupIndex[position]]; in getPositionWithoutLabelsFromPosition()346 int zeroIndex = results.unifiedLookupIndex.length - 1 - position; in getPositionWithoutLabelsFromPosition()347 DateBucket bucket = results.buckets[results.unifiedLookupIndex[zeroIndex]]; in getPositionWithoutLabelsFromPosition()374 return results.unifiedLookupIndex.length in getFirstPositionForBucketNumber()389 return results.unifiedLookupIndex[position]; in getBucketNumberForPosition()[all …]
52 final int[] unifiedLookupIndex; field in MtpDeviceIndexRunnable.Results58 int[] unifiedLookupIndex, IngestObjectInfo[] mtpObjects, DateBucket[] buckets) { in Results() argument59 this.unifiedLookupIndex = unifiedLookupIndex; in Results()108 int[] unifiedLookupIndex = new int[numObjects + numBuckets]; in indexDevice() local120 Arrays.fill(unifiedLookupIndex, currentUnifiedIndexEntry, nextUnifiedEntry, i); in indexDevice()135 new Results(unifiedLookupIndex, mtpObjects, buckets))) { in indexDevice()