Home
last modified time | relevance | path

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

12

/cts/tests/tests/opengl/src/android/opengl/cts/
DNativeColorBufferTest.java50 float[] expectedColor = {r, g, b, a}; in test_RGBA_1001() local
67 float[] expectedColor = {r, g, b, a}; in test_RGBA_1101() local
86 float[] expectedColor = {r, g, b, a}; in test_RGBA_1111() local
105 float[] expectedColor = {r, g, b, a}; in test_RGBA_0101() local
124 float[] expectedColor = {r, g, b, a}; in test_RGBA_0011() local
143 float[] expectedColor = {r, g, b, a}; in test_RGBA_0000() local
162 float[] expectedColor = {r, g, b, a}; in test_RGBA_rand_val_one() local
183 private void compare(float[] expectedColor, float[] actualColor) { in compare()
DColorBufferTest.java55 float[] expectedColor = {r, g, b, a}; in test_RGBA_1001() local
72 float[] expectedColor = {r, g, b, a}; in test_RGBA_1101() local
91 float[] expectedColor = {r, g, b, a}; in test_RGBA_1111() local
110 float[] expectedColor = {r, g, b, a}; in test_RGBA_0101() local
129 float[] expectedColor = {r, g, b, a}; in test_RGBA_0011() local
148 float[] expectedColor = {r, g, b, a}; in test_RGBA_0000() local
167 float[] expectedColor = {r, g, b, a}; in test_RGBA_rand_val_one() local
189 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()
DASurfaceControlTestActivity.java234 public RectChecker(Rect boundsToCheck, int expectedColor) { in RectChecker()
285 int expectedColor = Color.argb(expected.mAlpha, expected.mRed, in getNumMatchingPixels() local
DBitmapPixelChecker.java76 int expectedColor = Color.argb(mPixelColor.mAlpha, mPixelColor.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/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/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/graphics/src/android/graphics/cts/
DColorTest.java293 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.kt113 val expectedColor = expectedL[i] in <lambda>() constant
/cts/tests/tests/assist/service/src/android/assist/service/
DMainInteractionSession.java283 int expectedColor = 0; in compareScreenshot() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DActivityTransitionTests.java618 public final Color expectedColor; field in ActivityTransitionTests.ColorCheckResult
621 private ColorCheckResult(boolean isFailure, Point firstWrongPixel, Color expectedColor, in ColorCheckResult()
629 private ColorCheckResult(Point firstWrongPixel, Color expectedColor, Color actualColor) { in ColorCheckResult()
764 final Color expectedColor; in assertColorChangeXIndex() local
DSplashscreenTests.java533 private void waitAndAssertOverrideThemeColor(int expectedColor) { in waitAndAssertOverrideThemeColor()
/cts/tests/tests/widget/src/android/widget/cts/util/
DTestUtils.java288 private static boolean areColorsTheSameWithTolerance(@ColorInt int expectedColor, in areColorsTheSameWithTolerance()
/cts/tests/tests/text/src/android/text/cts/
DHtmlTest.java164 public void testColor(String html, int expectedColor) { in testColor()
/cts/tests/tests/view/src/android/view/cts/
DTextureViewTest.java733 float[] expectedColor = ColorSpace.connect(srcColorSpace, dstSpace).transform(srcColor); in verify() local
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSurfaceControlTest.java2088 DefaultDataSpaceParameters(int pixelFormat, byte[] color, int expectedColor) { in DefaultDataSpaceParameters()
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewHandwritingGestureTest.java2056 final int expectedColor = in assertGestureInsertModeHighlightRange() local

12