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.java319 int mappedPos = results.buckets[bucketNumber].unifiedStartIndex + position in getPositionFromPositionWithoutLabels() local
322 mappedPos = results.unifiedLookupIndex.length - mappedPos; in getPositionFromPositionWithoutLabels()
324 return mappedPos; in getPositionFromPositionWithoutLabels()