Home
last modified time | relevance | path

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

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