Searched refs:BLUR_ACTIVITY (Results 1 – 2 of 2) sorted by relevance
25 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 …]
272 public static final ComponentName BLUR_ACTIVITY = field in Components