Home
last modified time | relevance | path

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

12

/cts/tests/tests/opengl/src/android/opengl/cts/
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()
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()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DLayerTests.java65 final int expectedColor = Color.rgb(255, 191, 191); in testLayerPaintAlpha() local
82 final int expectedColor = Color.rgb(255, 128, 128); in testLayerPaintSimpleAlphaWithHardware() local
96 final int expectedColor = Color.rgb(255, 128, 128); in testLayerPaintSimpleAlphaWithSoftware() local
157 final int expectedColor = Color.rgb(54, 54, 54); in testLayerPaintColorFilter() local
174 final int expectedColor = Color.WHITE; in testLayerPaintBlend() local
DShadowTests.java44 private static SamplePointVerifier createVerifier(int expectedColor, in createVerifier()
DHardwareRendererTests.kt468 val expectedColor = colorForIndex(index) in testLotsOfBuffers() constant
/cts/tests/tests/uirendering27/src/android/uirendering/cts/util/
DCompareUtils.java9 public static boolean verifyPixelWithThreshold(int color, int expectedColor, int threshold) { in verifyPixelWithThreshold()
/cts/tests/surfacecontrol/surfacevalidator/src/android/view/cts/surfacevalidator/
DPixelChecker.java40 public static int getNumMatchingPixels(PixelColor expectedColor, Image.Plane plane, in getNumMatchingPixels()
77 static boolean matchesColor(PixelColor expectedColor, byte[] scanline, int offset) { in matchesColor()
DBitmapPixelChecker.java71 int expectedColor = Color.argb(mPixelColor.mAlpha, mPixelColor.mRed, in getNumMatchingPixels() local
DASurfaceControlTestActivity.java232 public RectChecker(Rect boundsToCheck, int expectedColor) { in RectChecker()
283 int expectedColor = Color.argb(expected.mAlpha, expected.mRed, in getNumMatchingPixels() local
/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/uirendering27/src/android/uirendering/cts/bitmapverifiers/
DPerPixelBitmapVerifier.java87 int expectedColor = getExpectedColor(x, y); in verifyPixel() local
DSamplePointVerifier.java74 protected boolean verifyPixel(int color, int expectedColor) { in verifyPixel()
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
DPerPixelBitmapVerifier.java87 int expectedColor = getExpectedColor(x, y); in verifyPixel() local
DSamplePointVerifier.java74 protected boolean verifyPixel(int color, int expectedColor) { in verifyPixel()
/cts/tests/tests/graphics/src/android/graphics/cts/
DColorTest.java268 final int expectedColor = pair[0]; in resourceColor() local
DBitmapColorSpaceTest.java475 @ColorInt int newColor, @ColorInt int expectedColor) { in verifySetPixel()
500 @ColorInt int newColor, @ColorInt int expectedColor) { in verifySetPixel()
518 @ColorInt int newColor, @ColorInt int expectedColor) { in verifySetPixels()
544 @ColorInt int newColor, @ColorInt int expectedColor) { in verifySetPixels()
DSystemPaletteTest.kt108 val expectedColor = expectedL[i] in <lambda>() constant
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DActivityTransitionTests.java607 public final Color expectedColor; field in ActivityTransitionTests.ColorCheckResult
610 private ColorCheckResult(boolean isFailure, Point firstWrongPixel, Color expectedColor, in ColorCheckResult()
618 private ColorCheckResult(Point firstWrongPixel, Color expectedColor, Color actualColor) { in ColorCheckResult()
654 final Color expectedColor = Color.valueOf(color); in getIsAppRegionOfScreenOfColorResult() local
745 final Color expectedColor; in assertColorChangeXIndex() local
DSplashscreenTests.java526 private void waitAndAssertOverrideThemeColor(int expectedColor) { in waitAndAssertOverrideThemeColor()
/cts/tests/tests/assist/service/src/android/assist/service/
DMainInteractionSession.java278 int expectedColor = 0; in compareScreenshot() local
/cts/tests/tests/text/src/android/text/cts/
DHtmlTest.java164 public void testColor(String html, int expectedColor) { in testColor()
/cts/tests/tests/widget/src/android/widget/cts/util/
DTestUtils.java288 private static boolean areColorsTheSameWithTolerance(@ColorInt int expectedColor, in areColorsTheSameWithTolerance()
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSurfaceControlTest.java1734 DefaultDataSpaceParameters(int pixelFormat, byte[] color, int expectedColor) { in DefaultDataSpaceParameters()
/cts/tests/tests/view/src/android/view/cts/
DTextureViewTest.java723 float[] expectedColor = ColorSpace.connect(srcColorSpace, dstSpace).transform(srcColor); in verify() local
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewHandwritingGestureTest.java1994 final int expectedColor = in assertGestureInsertModeHighlightRange() local

12