Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DBlurTests.java161 assertNoBackgroundBlur(screenshot, windowFrame); in testBlurBehindSimple()
170 assertNoBackgroundBlur(screenshot, windowFrame); in testBlurBehindSimple()
226 assertNoBackgroundBlur(screenshot, windowFrame); in testNoBlurBehindWhenBlurDisabled()
261 assertNoBackgroundBlur(screenshot, windowFrame); in testBackgroundBlurActivatesFallbackDynamically()
285 assertNoBackgroundBlur(screenshot, windowFrame); in testBlurBehindDisabledDynamically()
293 assertNoBackgroundBlur(screenshot, windowFrame); in testBlurBehindDisabledDynamically()
303 assertNoBackgroundBlur(screenshot, windowFrame); in testBlurBehindDisabledDynamically()
330 assertNoBackgroundBlur(screenshot, windowFrame); in testBlurBehindAndBackgroundBlur()
378 assertNoBackgroundBlur(screenshot, windowFrame); in testAllBlurRemovedAndRestoredWhenToggleBlurDisabled()
670 private void assertNoBackgroundBlur(Bitmap screenshot, Rect windowFrame) { in assertNoBackgroundBlur() method in BlurTests