Home
last modified time | relevance | path

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

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
H A DMtpDeviceIndex.java257 int zeroIndex = results.unifiedLookupIndex.length - 1 - position; in get() local
258 DateBucket bucket = results.buckets[results.unifiedLookupIndex[zeroIndex]]; in get()
259 if (bucket.unifiedEndIndex == zeroIndex) { in get()
262 return results.mtpObjects[bucket.itemsStartIndex + zeroIndex in get()
346 int zeroIndex = results.unifiedLookupIndex.length - 1 - position; in getPositionWithoutLabelsFromPosition() local
347 DateBucket bucket = results.buckets[results.unifiedLookupIndex[zeroIndex]]; in getPositionWithoutLabelsFromPosition()
348 if (bucket.unifiedEndIndex == zeroIndex) { in getPositionWithoutLabelsFromPosition()
349 zeroIndex--; in getPositionWithoutLabelsFromPosition()
352 - zeroIndex + bucket.unifiedStartIndex; in getPositionWithoutLabelsFromPosition()
/aosp12/packages/apps/Car/tests/RotaryIME/src/com/android/car/rotaryime/
H A DRotaryIme.java96 int zeroIndex = findChild(otherKeys, rootView.findViewById(R.id.zero)); in onCreateInputView() local
99 otherKeys.getChildAt(zeroIndex + i).setOnClickListener( in onCreateInputView()