/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/ |
D | PerPixelBitmapVerifier.java | 51 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()
|
D | ColorVerifier.java | 43 protected int getExpectedColor(int x, int y) { in getExpectedColor() method in ColorVerifier
|
D | RectVerifier.java | 40 protected int getExpectedColor(int x, int y) { in getExpectedColor() method in RectVerifier
|
/cts/tests/tests/uirendering27/src/android/uirendering/cts/bitmapverifiers/ |
D | PerPixelBitmapVerifier.java | 51 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()
|
D | ColorVerifier.java | 43 protected int getExpectedColor(int x, int y) { in getExpectedColor() method in ColorVerifier
|
D | RectVerifier.java | 40 protected int getExpectedColor(int x, int y) { in getExpectedColor() method in RectVerifier
|
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/ |
D | ASurfaceControlTest.java | 639 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 …]
|
D | SurfaceControlTest.java | 554 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/ |
D | ASurfaceControlTestActivity.java | 279 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/ |
D | ViewClippingTests.java | 189 protected int getExpectedColor(int x, int y) { in testAntiAliasedOutlineClip()
|