Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/display/
DFreeformWindowingModeTests.java25 import static android.server.wm.app.Components.MIN_ASPECT_RATIO_ACTIVITY;
99 launchActivity(MIN_ASPECT_RATIO_ACTIVITY, WINDOWING_MODE_FREEFORM); in testNonResizeableActivityHasFullDisplayBounds()
100 mWmState.computeState(MIN_ASPECT_RATIO_ACTIVITY); in testNonResizeableActivityHasFullDisplayBounds()
102 final Task nonResizeableTask = mWmState.getTaskByActivity(MIN_ASPECT_RATIO_ACTIVITY); in testNonResizeableActivityHasFullDisplayBounds()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java210 public static final ComponentName MIN_ASPECT_RATIO_ACTIVITY = field in Components