Searched refs:mapIndex (Results 1 – 3 of 3) 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()
163 int mapIndex = numericCharDialableMap.indexOfKey(c); in filterNumericSugar() local164 if (mapIndex < 0) return null; in filterNumericSugar()165 if (! numericCharDialableMap.valueAt(mapIndex)) continue; in filterNumericSugar()
264 int mapIndex = 0; in renderAtlas() local276 if (mapIndex >= mAtlasMap.length) { in renderAtlas()285 atlasMap[mapIndex++] = bitmap.refSkPixelRef(); in renderAtlas()286 atlasMap[mapIndex++] = entry.x; in renderAtlas()287 atlasMap[mapIndex++] = entry.y; in renderAtlas()