Home
last modified time | relevance | path

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

/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DDisplayModifier.java440 int modifierMapIndex = gMaps.size() - 1; in stepInternal() local
441 while (modifierMapIndex >= 0) { in stepInternal()
442 LinkedHashMap<String, DisplayModifier> map = getMapAtIndex(modifierMapIndex); in stepInternal()
443 mIndices[modifierMapIndex] += (forward ? 1 : -1); in stepInternal()
445 if (mIndices[modifierMapIndex] >= 0 && mIndices[modifierMapIndex] < map.size()) { in stepInternal()
449 mIndices[modifierMapIndex] = (forward ? 0 : map.size() - 1); in stepInternal()
450 modifierMapIndex--; in stepInternal()
452 return modifierMapIndex < 0; // true if resetting in stepInternal()