Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
DMtpDeviceIndexRunnable.java103 int numObjects = addAllObjects(bucketsTemp); in indexDevice() local
107 IngestObjectInfo[] mtpObjects = new IngestObjectInfo[numObjects]; in indexDevice()
108 int[] unifiedLookupIndex = new int[numObjects + numBuckets]; in indexDevice()
143 SortedMap<SimpleDate, List<IngestObjectInfo>> bucketsTemp, int numObjects) { in addObject() argument
152 mIndex.onObjectIndexed(objectInfo, numObjects); in addObject()
157 int numObjects = 0; in addAllObjects() local
177 numObjects++; in addAllObjects()
178 addObject(new IngestObjectInfo(mtpObjectInfo), bucketsTemp, numObjects); in addAllObjects()
183 return numObjects; in addAllObjects()