Searched defs:mapIndex (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DDisplayModifier.java473 int mapIndex = 0;
475 int displayModifierIndex = mIndices[mapIndex];
478 mLastAppliedModifications[mapIndex] = modifierEntry.getKey();
484 mapIndex++;
490 int mapIndex = 0;
492 int displayModifierIndex = mIndices[mapIndex];
495 mLastAppliedModifications[mapIndex] = modifierEntry.getKey();
501 mapIndex++;
525 public static void setIndex(int mapIndex, int newIndexValue) { argument
526 mIndices[mapIndex]
[all...]

Completed in 77 milliseconds