Searched refs:assertNoBlurBehind (Results 1 – 1 of 1) sorted by relevance
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/ |
D | BlurTests.java | 169 assertNoBlurBehind(screenshot, windowFrame); in testBlurBehindSimple() 255 assertNoBlurBehind(screenshot, windowFrame); in testBackgroundBlurActivatesFallbackDynamically() 262 assertNoBlurBehind(screenshot, windowFrame); in testBackgroundBlurActivatesFallbackDynamically() 269 assertNoBlurBehind(screenshot, windowFrame); in testBackgroundBlurActivatesFallbackDynamically() 294 assertNoBlurBehind(screenshot, windowFrame); in testBlurBehindDisabledDynamically() 331 assertNoBlurBehind(screenshot, windowFrame); in testBlurBehindAndBackgroundBlur() 379 assertNoBlurBehind(screenshot, windowFrame); in testAllBlurRemovedAndRestoredWhenToggleBlurDisabled() 646 assertNoBlurBehind(screenshot, new Rect(), "verifyOnlyBackgroundImageVisible"); in verifyOnlyBackgroundImageVisible() 649 private void assertNoBlurBehind(Bitmap screenshot, Rect windowFrame) { in assertNoBlurBehind() method in BlurTests 650 assertNoBlurBehind(screenshot, windowFrame, "assertNoBlurBehind"); in assertNoBlurBehind() [all …]
|