Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
DMtpDeviceIndexRunnable.java111 int nextUnifiedEntry, unifiedStartIndex, numBucketObjects, unifiedEndIndex, itemsStartIndex; in indexDevice() local
117 numBucketObjects = objects.size(); in indexDevice()
119 nextUnifiedEntry = currentUnifiedIndexEntry + numBucketObjects + 1; in indexDevice()
126 for (int j = 0; j < numBucketObjects; j++) { in indexDevice()
131 itemsStartIndex, numBucketObjects); in indexDevice()