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

  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
MtpDeviceIndexRunnable.java 53 final IngestObjectInfo[] mtpObjects;
58 int[] unifiedLookupIndex, IngestObjectInfo[] mtpObjects, DateBucket[] buckets) {
60 this.mtpObjects = mtpObjects;
107 IngestObjectInfo[] mtpObjects = new IngestObjectInfo[numObjects];
127 mtpObjects[currentItemsEntry] = objects.get(j);
135 new Results(unifiedLookupIndex, mtpObjects, buckets))) {
MtpDeviceIndex.java 253 return results.mtpObjects[bucket.itemsStartIndex + position - 1
262 return results.mtpObjects[bucket.itemsStartIndex + zeroIndex
279 return results.mtpObjects[position];
281 return results.mtpObjects[results.mtpObjects.length - 1 - position];
302 position = results.mtpObjects.length - 1 - position;
351 return results.mtpObjects.length - 1 - bucket.itemsStartIndex
361 return results != null ? results.mtpObjects.length : 0;

Completed in 222 milliseconds