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

/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DDisplayModifier.java443 int mapIndex = 0;
445 int displayModifierIndex = mIndices[mapIndex];
448 mLastAppliedModifications[mapIndex] = modifierEntry.getKey();
454 mapIndex++;
460 int mapIndex = 0;
462 int displayModifierIndex = mIndices[mapIndex];
465 mLastAppliedModifications[mapIndex] = modifierEntry.getKey();
471 mapIndex++;
495 public static void setIndex(int mapIndex, int newIndexValue) { argument
496 mIndices[mapIndex]
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
H A DCdmaSmsAddress.java163 int mapIndex = numericCharDialableMap.indexOfKey(c);
164 if (mapIndex < 0) return null;
165 if (! numericCharDialableMap.valueAt(mapIndex)) continue;

Completed in 222 milliseconds