Home
last modified time | relevance | path

Searched refs:unifiedLookupIndex (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
DMtpDeviceIndex.java233 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 …]
DMtpDeviceIndexRunnable.java52 final int[] unifiedLookupIndex; field in MtpDeviceIndexRunnable.Results
58 int[] unifiedLookupIndex, IngestObjectInfo[] mtpObjects, DateBucket[] buckets) { in Results() argument
59 this.unifiedLookupIndex = unifiedLookupIndex; in Results()
108 int[] unifiedLookupIndex = new int[numObjects + numBuckets]; in indexDevice() local
120 Arrays.fill(unifiedLookupIndex, currentUnifiedIndexEntry, nextUnifiedEntry, i); in indexDevice()
135 new Results(unifiedLookupIndex, mtpObjects, buckets))) { in indexDevice()