HomeSort by relevance Sort by last modified time
    Searched refs:unifiedLookupIndex (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
MtpDeviceIndex.java 233 return results != null ? results.unifiedLookupIndex.length : 0;
249 DateBucket bucket = results.buckets[results.unifiedLookupIndex[position]];
257 int zeroIndex = results.unifiedLookupIndex.length - 1 - position;
258 DateBucket bucket = results.buckets[results.unifiedLookupIndex[zeroIndex]];
322 mappedPos = results.unifiedLookupIndex.length - mappedPos;
340 DateBucket bucket = results.buckets[results.unifiedLookupIndex[position]];
346 int zeroIndex = results.unifiedLookupIndex.length - 1 - position;
347 DateBucket bucket = results.buckets[results.unifiedLookupIndex[zeroIndex]];
374 return results.unifiedLookupIndex.length
389 return results.unifiedLookupIndex[position]
    [all...]
MtpDeviceIndexRunnable.java 52 final int[] unifiedLookupIndex;
58 int[] unifiedLookupIndex, IngestObjectInfo[] mtpObjects, DateBucket[] buckets) {
59 this.unifiedLookupIndex = unifiedLookupIndex;
108 int[] unifiedLookupIndex = new int[numObjects + numBuckets];
120 Arrays.fill(unifiedLookupIndex, currentUnifiedIndexEntry, nextUnifiedEntry, i);
135 new Results(unifiedLookupIndex, mtpObjects, buckets))) {

Completed in 193 milliseconds