Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DBlurTests.java170 assertNoBlurBehind(screenshot, windowFrame); in testBackgroundBlurActivatesFallbackDynamically()
177 assertNoBlurBehind(screenshot, windowFrame); in testBackgroundBlurActivatesFallbackDynamically()
184 assertNoBlurBehind(screenshot, windowFrame); in testBackgroundBlurActivatesFallbackDynamically()
203 assertNoBlurBehind(screenshot, windowFrame); in testBlurBehindDisabledDynamically()
230 assertNoBlurBehind(screenshot, windowFrame); in testBlurBehindAndBackgroundBlur()
372 private static void assertNoBlurBehind(Bitmap screenshot, Rect windowFrame) { in assertNoBlurBehind() method in BlurTests