Searched refs:COLORS (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | WideColorGamutTests.java | 57 private static final Color[] COLORS = { field in WideColorGamutTests 96 .runWithVerifier(getVerifier(POINTS, COLORS, 1e-2f)); in testDraw() 107 .runWithVerifier(getVerifier(POINTS, COLORS, 1e-2f)); in testSaveLayer() 118 .runWithVerifier(getVerifier(POINTS, COLORS, 1e-2f)); in testHardwareLayer() 130 .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 100 mColorView.setBackgroundColor(COLORS[mColorIndex]); in updateColor() 103 mColorIndex = (mColorIndex + 1) % COLORS.length; in updateColor()
|
/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()
|