Searched refs:MIN_ASPECT_RATIO_PORTRAIT_ACTIVITY (Results 1 – 3 of 3) sorted by relevance
25 import static android.server.wm.app.Components.MIN_ASPECT_RATIO_PORTRAIT_ACTIVITY;143 runAspectRatioTest(MIN_ASPECT_RATIO_PORTRAIT_ACTIVITY, in testMinAspectPortraitActivity()151 / getMinimalTaskSize(MIN_ASPECT_RATIO_PORTRAIT_ACTIVITY); in testMinAspectPortraitActivity()
59 private static final String MIN_ASPECT_RATIO_PORTRAIT_ACTIVITY = field in AppCompatStateStatsTests131 testAppCompatFlow(MIN_ASPECT_RATIO_PORTRAIT_ACTIVITY, /* switchToOpened= */ true, in testMinAspectRatioPortraitActivityDeviceStateClosedToOpened()141 MIN_ASPECT_RATIO_PORTRAIT_ACTIVITY, /* switchToOpened= */ false, in testResizableActivityThenMinAspectRatioPortraitActivity()149 testAppCompatFlow(MIN_ASPECT_RATIO_PORTRAIT_ACTIVITY, in testMinAspectRatioPortraitActivityThenResizableActivity()161 MIN_ASPECT_RATIO_PORTRAIT_ACTIVITY, /* switchToOpened= */ true, in testNonResizablePortraitActivitySwitchedToOpenedThenMinAspectRatioActivity()
207 public static final ComponentName MIN_ASPECT_RATIO_PORTRAIT_ACTIVITY = field in Components