Home
last modified time | relevance | path

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

/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DDisplayModifier.java473 int mapIndex = 0; in checkModificationStateMask() local
475 int displayModifierIndex = mIndices[mapIndex]; in checkModificationStateMask()
478 mLastAppliedModifications[mapIndex] = modifierEntry.getKey(); in checkModificationStateMask()
484 mapIndex++; in checkModificationStateMask()
490 int mapIndex = 0; in apply() local
492 int displayModifierIndex = mIndices[mapIndex]; in apply()
495 mLastAppliedModifications[mapIndex] = modifierEntry.getKey(); in apply()
501 mapIndex++; in apply()
525 public static void setIndex(int mapIndex, int newIndexValue) { in setIndex() argument
526 mIndices[mapIndex] = newIndexValue; in setIndex()
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/
DCdmaSmsAddress.java168 int mapIndex = numericCharDialableMap.indexOfKey(c); in filterNumericSugar() local
169 if (mapIndex < 0) return null; in filterNumericSugar()
170 if (! numericCharDialableMap.valueAt(mapIndex)) continue; in filterNumericSugar()