Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DBlurTests.java137 final BlurActivity blurActivity = startTestActivity(BlurActivity.class); in testBackgroundBlurSimple() local
139 blurActivity.setBackgroundBlurRadius(BACKGROUND_BLUR_PX); in testBackgroundBlurSimple()
142 waitForActivityIdle(blurActivity); in testBackgroundBlurSimple()
144 final Rect windowFrame = getFloatingWindowFrame(blurActivity); in testBackgroundBlurSimple()
152 final BlurActivity blurActivity = startTestActivity(BlurActivity.class); in testBlurBehindSimple() local
154 blurActivity.setBlurBehindRadius(BLUR_BEHIND_PX); in testBlurBehindSimple()
156 waitForActivityIdle(blurActivity); in testBlurBehindSimple()
157 final Rect windowFrame = getFloatingWindowFrame(blurActivity); in testBlurBehindSimple()
164 blurActivity.setBlurBehindRadius(0); in testBlurBehindSimple()
166 waitForActivityIdle(blurActivity); in testBlurBehindSimple()
[all …]