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()
269 int mapIndex = 0; in renderAtlas() local282 if (mapIndex >= mAtlasMap.length) { in renderAtlas()295 atlasMap[mapIndex++] = bitmap.mNativeBitmap; in renderAtlas()296 atlasMap[mapIndex++] = entry.x; in renderAtlas()297 atlasMap[mapIndex++] = entry.y; in renderAtlas()298 atlasMap[mapIndex++] = entry.rotated ? 1 : 0; in renderAtlas()