Home
last modified time | relevance | path

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

/cts/tests/tests/print/src/android/print/cts/
DPrinterCapabilitiesTest.java229 int allColors = 0; in sanePrinterCapabilityInfos()
231 allColors |= colorModes[i]; in sanePrinterCapabilityInfos()
233 b.setColorModes(allColors, colorModes[colorIndex - 1]); in sanePrinterCapabilityInfos()
267 assertEquals(allColors, cap.getColorModes()); in sanePrinterCapabilityInfos()
/cts/tests/tests/graphics/src/android/graphics/cts/
DSystemPaletteTest.kt592 val allColors = IntArray(65) in <lambda>() constant
593 System.arraycopy(getAllAccent1Colors(context), 0, allColors, 0, 13) in <lambda>()
594 System.arraycopy(getAllAccent2Colors(context), 0, allColors, 13, 13) in <lambda>()
595 System.arraycopy(getAllAccent3Colors(context), 0, allColors, 26, 13) in <lambda>()
596 System.arraycopy(getAllNeutral1Colors(context), 0, allColors, 39, 13) in <lambda>()
597 System.arraycopy(getAllNeutral2Colors(context), 0, allColors, 52, 13) in <lambda>()
599 return getArraysMismatch( allColors, expectedPalette ) in <lambda>()