Home
last modified time | relevance | path

Searched refs:mapIndex (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DDisplayModifier.java443 int mapIndex = 0; in checkModificationStateMask() local
445 int displayModifierIndex = mIndices[mapIndex]; in checkModificationStateMask()
448 mLastAppliedModifications[mapIndex] = modifierEntry.getKey(); in checkModificationStateMask()
454 mapIndex++; in checkModificationStateMask()
460 int mapIndex = 0; in apply() local
462 int displayModifierIndex = mIndices[mapIndex]; in apply()
465 mLastAppliedModifications[mapIndex] = modifierEntry.getKey(); in apply()
471 mapIndex++; in apply()
495 public static void setIndex(int mapIndex, int newIndexValue) { in setIndex() argument
496 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/java/com/android/server/
DAssetAtlasService.java265 int mapIndex = 0; in renderAtlas() local
278 if (mapIndex >= mAtlasMap.length) { in renderAtlas()
292 atlasMap[mapIndex++] = bitmap.mNativeBitmap; in renderAtlas()
293 atlasMap[mapIndex++] = entry.x; in renderAtlas()
294 atlasMap[mapIndex++] = entry.y; in renderAtlas()
295 atlasMap[mapIndex++] = entry.rotated ? 1 : 0; in renderAtlas()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp5361 ssize_t mapIndex = map.add(); in createIdmap() local
5362 if (mapIndex < 0) { in createIdmap()
5365 Vector<uint32_t>& vector = map.editItemAt(mapIndex); in createIdmap()