Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
DMtpDeviceIndex.java277 int mappedPos = results.buckets[bucketNumber].unifiedStartIndex + position in getPositionFromPositionWithoutLabels() local
280 mappedPos = results.unifiedLookupIndex.length - mappedPos; in getPositionFromPositionWithoutLabels()
282 return mappedPos; in getPositionFromPositionWithoutLabels()