Home
last modified time | relevance | path

Searched refs:mapIndex (Results 1 – 3 of 3) 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/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
DCdmaSmsAddress.java163 int mapIndex = numericCharDialableMap.indexOfKey(c); in filterNumericSugar() local
164 if (mapIndex < 0) return null; in filterNumericSugar()
165 if (! numericCharDialableMap.valueAt(mapIndex)) continue; in filterNumericSugar()
/frameworks/base/services/core/java/com/android/server/
DAssetAtlasService.java263 int mapIndex = 0; in renderAtlas() local
275 if (mapIndex >= mAtlasMap.length) { in renderAtlas()
284 atlasMap[mapIndex++] = bitmap.refSkPixelRef(); in renderAtlas()
285 atlasMap[mapIndex++] = entry.x; in renderAtlas()
286 atlasMap[mapIndex++] = entry.y; in renderAtlas()