Home
last modified time | relevance | path

Searched refs:getExpectedColor (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
DPerPixelBitmapVerifier.java51 protected int getExpectedColor(int x, int y) { in getExpectedColor() method in PerPixelBitmapVerifier
63 Log.d(TAG, "Expected : " + Integer.toHexString(getExpectedColor(x, y)) in verify()
87 int expectedColor = getExpectedColor(x, y); in verifyPixel()
DColorVerifier.java43 protected int getExpectedColor(int x, int y) { in getExpectedColor() method in ColorVerifier
DRectVerifier.java40 protected int getExpectedColor(int x, int y) { in getExpectedColor() method in RectVerifier
/cts/tests/tests/uirendering27/src/android/uirendering/cts/bitmapverifiers/
DPerPixelBitmapVerifier.java51 protected int getExpectedColor(int x, int y) { in getExpectedColor() method in PerPixelBitmapVerifier
63 Log.d(TAG, "Expected : " + Integer.toHexString(getExpectedColor(x, y)) in verify()
87 int expectedColor = getExpectedColor(x, y); in verifyPixel()
DColorVerifier.java43 protected int getExpectedColor(int x, int y) { in getExpectedColor() method in ColorVerifier
DRectVerifier.java40 protected int getExpectedColor(int x, int y) { in getExpectedColor() method in RectVerifier
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DASurfaceControlTest.java639 public PixelColor getExpectedColor(int x, int y) { in testSurfaceTransaction_setDestinationRect_small()
665 public PixelColor getExpectedColor(int x, int y) { in testSurfaceTransaction_setDestinationRect_childSmall()
733 public PixelColor getExpectedColor(int x, int y) { in testSurfaceTransaction_setDestinationRect_negativeOffset()
758 public PixelColor getExpectedColor(int x, int y) { in testSurfaceTransaction_setDestinationRect_outOfParentBounds()
787 public PixelColor getExpectedColor(int x, int y) { in testSurfaceTransaction_setDestinationRect_twoLayers()
814 public PixelColor getExpectedColor(int x, int y) { in testSurfaceTransaction_setSourceRect()
853 public PixelColor getExpectedColor(int x, int y) { in testSurfaceTransaction_setSourceRect_smallCentered()
888 public PixelColor getExpectedColor(int x, int y) { in testSurfaceTransaction_setSourceRect_small()
916 public PixelColor getExpectedColor(int x, int y) { in testSurfaceTransaction_setSourceRect_extraLarge()
971 public PixelColor getExpectedColor(int x, int y) { in testSurfaceTransaction_setTransform_flipH()
[all …]
DSurfaceControlTest.java554 public PixelColor getExpectedColor(int x, int y) { in testSurfaceTransaction_setDestinationRect_small()
583 public PixelColor getExpectedColor(int x, int y) { in testSurfaceTransaction_setDestinationRect_smallScaleFirst()
612 public PixelColor getExpectedColor(int x, int y) { in testSurfaceTransaction_setDestinationRect_smallPositionFirst()
792 public PixelColor getExpectedColor(int x, int y) { in testSurfaceTransaction_setDestinationRect_twoLayers()
820 public PixelColor getExpectedColor(int x, int y) { in testSurfaceTransaction_setSourceRect()
875 public PixelColor getExpectedColor(int x, int y) { in testSurfaceTransaction_setSourceRect_smallCentered()
916 public PixelColor getExpectedColor(int x, int y) { in testSurfaceTransaction_setCropRect_extraLarge()
950 public PixelColor getExpectedColor(int x, int y) { in testSurfaceTransaction_setCropRect_badOffset()
1040 public PixelColor getExpectedColor(int x, int y) { in testSurfaceTransaction_setTransform_flipH()
2102 int getExpectedColor() { in getExpectedColor() method in DefaultDataSpaceParameters
[all …]
/cts/tests/surfacecontrol/surfacevalidator/src/android/view/cts/surfacevalidator/
DASurfaceControlTestActivity.java279 if (getExpectedColor(x, y).matchesColor(color)) { in getNumMatchingPixels()
284 PixelColor expected = getExpectedColor(x, y); in getNumMatchingPixels()
304 public PixelColor getExpectedColor(int x, int y) { in getExpectedColor() method in ASurfaceControlTestActivity.PixelChecker
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DViewClippingTests.java189 protected int getExpectedColor(int x, int y) { in testAntiAliasedOutlineClip()