Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DBlurTests.java25 import static android.server.wm.app.Components.BLUR_ACTIVITY;
108 startTestActivity(BLUR_ACTIVITY, in testBackgroundBlurSimple()
111 final Rect windowFrame = getWindowFrame(BLUR_ACTIVITY); in testBackgroundBlurSimple()
117 startTestActivity(BLUR_ACTIVITY, in testBlurBehindSimple()
122 final Rect windowFrame = getWindowFrame(BLUR_ACTIVITY); in testBlurBehindSimple()
130 startTestActivity(BLUR_ACTIVITY, in testNoBackgroundBlurWhenBlurDisabled()
147 startTestActivity(BLUR_ACTIVITY, in testNoBlurBehindWhenBlurDisabled()
163 startTestActivity(BLUR_ACTIVITY, in testBackgroundBlurActivatesFallbackDynamically()
166 final Rect windowFrame = getWindowFrame(BLUR_ACTIVITY); in testBackgroundBlurActivatesFallbackDynamically()
189 startTestActivity(BLUR_ACTIVITY, in testBlurBehindDisabledDynamically()
[all …]
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java256 public static final ComponentName BLUR_ACTIVITY = field in Components