Home
last modified time | relevance | path

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

/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DWideColorGamutTests.java65 private static final Color[] COLORS = { field in WideColorGamutTests
104 .runWithVerifier(getVerifier(POINTS, COLORS, 1e-2f)); in testDraw()
115 .runWithVerifier(getVerifier(POINTS, COLORS, 1e-2f)); in testSaveLayer()
126 .runWithVerifier(getVerifier(POINTS, COLORS, 1e-2f)); in testHardwareLayer()
138 .runWithVerifier(getVerifier(POINTS, COLORS, 1e-2f)); in testSaveLayerInHardwareLayer()
/cts/hostsidetests/incident/apps/graphicsstatsapp/src/com/android/server/cts/device/graphicsstats/
DDrawFramesActivity.java44 private static final int[] COLORS = new int[] { field in DrawFramesActivity
102 mColorView.setBackgroundColor(COLORS[mColorIndex]); in updateColor()
105 mColorIndex = (mColorIndex + 1) % COLORS.length; in updateColor()
/cts/apps/CameraITS/tests/scene1/
Dtest_locked_burst.py22 COLORS = ['R', 'G', 'B'] variable
73 plane = COLORS[i]
Dtest_burst_sameness_manual.py28 COLORS = ["R", "G", "B"] variable
98 COLORS[plane], spread, SPREAD_THRESH)
/cts/tests/tests/tv/src/android/media/tv/cts/
DStubTunerTvInputService.java84 private static final int[] COLORS = { Color.RED, Color.GREEN, Color.BLUE }; field in StubTunerTvInputService.StubSessionImpl
103 c.drawColor(COLORS[mCurrentIndex]); in updateSurfaceLocked()