Searched refs:mapIndex (Results 1 – 2 of 2) sorted by relevance
473 int mapIndex = 0; in checkModificationStateMask() local475 int displayModifierIndex = mIndices[mapIndex]; in checkModificationStateMask()478 mLastAppliedModifications[mapIndex] = modifierEntry.getKey(); in checkModificationStateMask()484 mapIndex++; in checkModificationStateMask()490 int mapIndex = 0; in apply() local492 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() argument526 mIndices[mapIndex] = newIndexValue; in setIndex()
168 int mapIndex = numericCharDialableMap.indexOfKey(c); in filterNumericSugar() local169 if (mapIndex < 0) return null; in filterNumericSugar()170 if (! numericCharDialableMap.valueAt(mapIndex)) continue; in filterNumericSugar()