Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DBlurTests.java145 assertBackgroundBlur(takeScreenshot(), windowFrame); in testBackgroundBlurSimple()
190 assertBackgroundBlur(takeScreenshot(), windowFrame); in testNoBackgroundBlurWhenBlurDisabled()
254 assertBackgroundBlur(screenshot, windowFrame); in testBackgroundBlurActivatesFallbackDynamically()
268 assertBackgroundBlur(screenshot, windowFrame); in testBackgroundBlurActivatesFallbackDynamically()
634 private void assertBackgroundBlur(Bitmap screenshot, Rect windowFrame) { in assertBackgroundBlur() method in BlurTests