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.java140 final BlurActivity blurActivity = startTestActivity(BlurActivity.class); in testBackgroundBlurSimple() local
142 blurActivity.setBackgroundBlurRadius(BACKGROUND_BLUR_PX); in testBackgroundBlurSimple()
145 waitForActivityIdle(blurActivity); in testBackgroundBlurSimple()
147 final Rect windowFrame = getFloatingWindowFrame(blurActivity); in testBackgroundBlurSimple()
157 final BlurActivity blurActivity = startTestActivity(BlurActivity.class); in testBlurBehindSimple() local
159 blurActivity.setBlurBehindRadius(BLUR_BEHIND_PX); in testBlurBehindSimple()
161 waitForActivityIdle(blurActivity); in testBlurBehindSimple()
162 final Rect windowFrame = getFloatingWindowFrame(blurActivity); in testBlurBehindSimple()
170 blurActivity.setBlurBehindRadius(0); in testBlurBehindSimple()
172 waitForActivityIdle(blurActivity); in testBlurBehindSimple()
[all …]