Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DBlurTests.java321 assertBackgroundBlurOverBlurBehind(screenshot, windowFrame); in testBlurBehindAndBackgroundBlur()
341 assertBackgroundBlurOverBlurBehind(screenshot, windowFrame); in testBlurBehindAndBackgroundBlur()
354 assertBackgroundBlurOverBlurBehind(screenshot, windowFrame); in testBlurBehindAndBackgroundBlurSetWithAttributes()
372 assertBackgroundBlurOverBlurBehind(screenshot, windowFrame); in testAllBlurRemovedAndRestoredWhenToggleBlurDisabled()
392 assertBackgroundBlurOverBlurBehind(screenshot, windowFrame); in testAllBlurRemovedAndRestoredWhenToggleBlurDisabled()
411 assertBackgroundBlurOverBlurBehind(screenshot, windowFrame); in testBlurDestroyedAfterActivityFinished()
639 private void assertBackgroundBlurOverBlurBehind(Bitmap screenshot, Rect windowFrame) { in assertBackgroundBlurOverBlurBehind() method in BlurTests