Home
last modified time | relevance | path

Searched defs:expectedColor (Results 1 – 12 of 12) sorted by relevance

/cts/tests/tests/opengl/src/android/opengl/cts/
DColorBufferTest.java51 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()
DNativeColorBufferTest.java46 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/
DLayerTests.java63 final int expectedColor = Color.rgb(255, 191, 191); in testLayerPaintAlpha() local
80 final int expectedColor = Color.rgb(255, 128, 128); in testLayerPaintSimpleAlphaWithHardware() local
94 final int expectedColor = Color.rgb(255, 128, 128); in testLayerPaintSimpleAlphaWithSoftware() local
110 final int expectedColor = Color.rgb(54, 54, 54); in testLayerPaintColorFilter() local
127 final int expectedColor = Color.WHITE; in testLayerPaintBlend() local
DShadowTests.java40 protected boolean verifyPixel(int color, int expectedColor) { in verifyPixel()
/cts/hostsidetests/services/activityandwindowmanager/activitymanager/src/android/server/cts/
DSplashscreenTests.java37 private void assertAllColor(BufferedImage img, Rectangle bounds, int expectedColor) { in assertAllColor()
/cts/tests/tests/uirendering/src/android/uirendering/cts/util/
DCompareUtils.java9 public static boolean verifyPixelWithThreshold(int color, int expectedColor, int threshold) { in verifyPixelWithThreshold()
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
DSamplePointVerifier.java74 protected boolean verifyPixel(int color, int expectedColor) { in verifyPixel()
DPerPixelBitmapVerifier.java90 int expectedColor = getExpectedColor(x, y); in verifyPixel() local
/cts/tests/tests/assist/service/src/android/voiceinteraction/service/
DMainInteractionSession.java180 int expectedColor = 0; in compareScreenshot() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapColorSpaceTest.java345 @ColorInt int newColor, @ColorInt int expectedColor) { in verifySetPixel()
368 @ColorInt int newColor, @ColorInt int expectedColor) { in verifySetPixel()
385 @ColorInt int newColor, @ColorInt int expectedColor) { in verifySetPixels()
408 @ColorInt int newColor, @ColorInt int expectedColor) { in verifySetPixels()
/cts/tests/tests/widget/src/android/widget/cts/util/
DTestUtils.java288 private static boolean areColorsTheSameWithTolerance(@ColorInt int expectedColor, in areColorsTheSameWithTolerance()
/cts/tests/tests/provider/src/android/provider/cts/
DCalendarTest.java1780 final int expectedColor = ColorHelper.DEFAULT_COLORS[ColorHelper.E_COLOR_0]; in testEventColors() local