Searched defs:allColors (Results 1 – 1 of 1) sorted by relevance
| /cts/tests/tests/graphics/src/android/graphics/cts/ |
| D | SystemPaletteTest.java | 97 final int[] allColors = new int[65]; in testThemeStyles() local 102 System.arraycopy(getAllAccent1Colors(context), 0, allColors, 0, 13); in testThemeStyles() local 103 System.arraycopy(getAllAccent2Colors(context), 0, allColors, 13, 13); in testThemeStyles() local 104 System.arraycopy(getAllAccent3Colors(context), 0, allColors, 26, 13); in testThemeStyles() local 105 System.arraycopy(getAllNeutral1Colors(context), 0, allColors, 39, 13); in testThemeStyles() local 106 System.arraycopy(getAllNeutral2Colors(context), 0, allColors, 52, 13); in testThemeStyles() local
|