Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DTransitionSelectionTests.java31 import static android.server.wm.app.Components.BOTTOM_ACTIVITY;
484 bottomWallpaper ? BOTTOM_NON_RESIZABLE_ACTIVITY : BOTTOM_ACTIVITY; in testTransitionSelection()
/cts/tests/framework/base/windowmanager/src/android/server/wm/multidisplay/
DMultiDisplayPolicyTests.java29 import static android.server.wm.app.Components.BOTTOM_ACTIVITY;
787 launchActivityOnDisplay(BOTTOM_ACTIVITY, DEFAULT_DISPLAY); in testAppTransitionForActivityOnDifferentDisplay()
788 waitAndAssertTopResumedActivity(BOTTOM_ACTIVITY, DEFAULT_DISPLAY, in testAppTransitionForActivityOnDifferentDisplay()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java29 public static final ComponentName BOTTOM_ACTIVITY = component("BottomActivity"); field in Components