Searched refs:assertPixel (Results 1 – 1 of 1) sorted by relevance
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/ |
D | BlurTests.java | 661 return assertPixel(x, y, Color.BLUE, actual); in assertNoBlurBehind() 663 return assertPixel(x, y, Color.RED, actual); in assertNoBlurBehind() 674 (x, y, actual) -> assertPixel(x, y, NO_BLUR_BACKGROUND_COLOR, actual)); in assertNoBackgroundBlur() 761 private static boolean assertPixel(int x, int y, @ColorInt int expected, @ColorInt int actual) { in assertPixel() method in BlurTests
|