Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DBlurTests.java26 import static android.server.wm.app.Components.BLUR_ATTRIBUTES_ACTIVITY;
242 startTestActivity(BLUR_ATTRIBUTES_ACTIVITY); in testBlurBehindAndBackgroundBlurSetWithAttributes()
243 final Rect windowFrame = getWindowFrame(BLUR_ATTRIBUTES_ACTIVITY); in testBlurBehindAndBackgroundBlurSetWithAttributes()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java259 public static final ComponentName BLUR_ATTRIBUTES_ACTIVITY = field in Components