/cts/tests/tests/opengl/src/android/opengl/cts/ |
D | ColorBufferTest.java | 51 float[] expectedColor = {r, g, b, a}; in test_RGBA_1001() local 68 float[] expectedColor = {r, g, b, a}; in test_RGBA_1101() local 87 float[] expectedColor = {r, g, b, a}; in test_RGBA_1111() local 106 float[] expectedColor = {r, g, b, a}; in test_RGBA_0101() local 125 float[] expectedColor = {r, g, b, a}; in test_RGBA_0011() local 144 float[] expectedColor = {r, g, b, a}; in test_RGBA_0000() local 163 float[] expectedColor = {r, g, b, a}; in test_RGBA_rand_val_one() local 185 private void compare(float[] expectedColor, float[] actualColor) { in compare()
|
D | NativeColorBufferTest.java | 46 float[] expectedColor = {r, g, b, a}; in test_RGBA_1001() local 63 float[] expectedColor = {r, g, b, a}; in test_RGBA_1101() local 82 float[] expectedColor = {r, g, b, a}; in test_RGBA_1111() local 101 float[] expectedColor = {r, g, b, a}; in test_RGBA_0101() local 120 float[] expectedColor = {r, g, b, a}; in test_RGBA_0011() local 139 float[] expectedColor = {r, g, b, a}; in test_RGBA_0000() local 158 float[] expectedColor = {r, g, b, a}; in test_RGBA_rand_val_one() local 179 private void compare(float[] expectedColor, float[] actualColor) { in compare()
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | LayerTests.java | 66 final int expectedColor = Color.rgb(255, 191, 191); in testLayerPaintAlpha() local 83 final int expectedColor = Color.rgb(255, 128, 128); in testLayerPaintSimpleAlphaWithHardware() local 97 final int expectedColor = Color.rgb(255, 128, 128); in testLayerPaintSimpleAlphaWithSoftware() local 158 final int expectedColor = Color.rgb(54, 54, 54); in testLayerPaintColorFilter() local 175 final int expectedColor = Color.WHITE; in testLayerPaintBlend() local
|
D | ShadowTests.java | 43 private static SamplePointVerifier createVerifier(int expectedColor, in createVerifier()
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/util/ |
D | CompareUtils.java | 9 public static boolean verifyPixelWithThreshold(int color, int expectedColor, int threshold) { in verifyPixelWithThreshold()
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/ |
D | PerPixelBitmapVerifier.java | 87 int expectedColor = getExpectedColor(x, y); in verifyPixel() local
|
D | SamplePointVerifier.java | 74 protected boolean verifyPixel(int color, int expectedColor) { in verifyPixel()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | ColorTest.java | 90 final int expectedColor = pair[0]; in resourceColor() local
|
D | BitmapColorSpaceTest.java | 349 @ColorInt int newColor, @ColorInt int expectedColor) { in verifySetPixel() 372 @ColorInt int newColor, @ColorInt int expectedColor) { in verifySetPixel() 389 @ColorInt int newColor, @ColorInt int expectedColor) { in verifySetPixels() 412 @ColorInt int newColor, @ColorInt int expectedColor) { in verifySetPixels()
|
/cts/tests/tests/assist/service/src/android/voiceinteraction/service/ |
D | MainInteractionSession.java | 180 int expectedColor = 0; in compareScreenshot() local
|
/cts/tests/tests/view/src/android/view/cts/ |
D | TextureViewTest.java | 196 float[] expectedColor = ColorSpace.connect(srcSpace, dstSpace).transform(srcColor); in verify() local
|
/cts/tests/tests/widget/src/android/widget/cts/util/ |
D | TestUtils.java | 288 private static boolean areColorsTheSameWithTolerance(@ColorInt int expectedColor, in areColorsTheSameWithTolerance()
|
/cts/tests/tests/provider/src/android/provider/cts/ |
D | CalendarTest.java | 1780 final int expectedColor = ColorHelper.DEFAULT_COLORS[ColorHelper.E_COLOR_0]; in testEventColors() local
|