Searched refs:COLORS (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | WideColorGamutTests.java | 65 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/ |
D | DrawFramesActivity.java | 44 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/ |
D | test_locked_burst.py | 22 COLORS = ['R', 'G', 'B'] variable 73 plane = COLORS[i]
|
D | test_burst_sameness_manual.py | 28 COLORS = ["R", "G", "B"] variable 98 COLORS[plane], spread, SPREAD_THRESH)
|
/cts/tests/tests/tv/src/android/media/tv/cts/ |
D | StubTunerTvInputService.java | 84 private static final int[] COLORS = { Color.RED, Color.GREEN, Color.BLUE }; field in StubTunerTvInputService.StubSessionImpl 103 c.drawColor(COLORS[mCurrentIndex]); in updateSurfaceLocked()
|