Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DTransitionSelectionTests.java29 import static android.server.wm.app.Components.BOTTOM_NON_RESIZABLE_ACTIVITY;
275 ? BOTTOM_NON_RESIZABLE_ACTIVITY : BOTTOM_ACTIVITY; in testTransitionSelection()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java30 …public static final ComponentName BOTTOM_NON_RESIZABLE_ACTIVITY = component("BottomNonResizableAct… field in Components