Searched refs:runMinAspectRatioTest (Results 1 – 1 of 1) sorted by relevance
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | CompatChangeTests.java | 356 runMinAspectRatioTest(NON_RESIZEABLE_PORTRAIT_ACTIVITY, /* expected= */ 0); in testOverrideMinAspectRatioMissingSpecificOverride() 366 runMinAspectRatioTest(NON_RESIZEABLE_PORTRAIT_ACTIVITY, /* expected= */ 0); in testOverrideMinAspectRatioMissingGeneralOverride() 377 runMinAspectRatioTest(NON_RESIZEABLE_LANDSCAPE_ACTIVITY, /* expected= */ 0); in testOverrideMinAspectRatioForLandscapeActivity() 389 runMinAspectRatioTest(NON_RESIZEABLE_NON_FIXED_ORIENTATION_ACTIVITY, /* expected= */ in testOverrideMinAspectRatioForNonFixedOrientationActivityPortraitOnlyDisabled() 402 runMinAspectRatioTest(NON_RESIZEABLE_LANDSCAPE_ACTIVITY, /* expected= */ in testOverrideMinAspectRatioForLandscapeActivityPortraitOnlyDisabled() 414 runMinAspectRatioTest(NON_RESIZEABLE_NON_FIXED_ORIENTATION_ACTIVITY, /* expected= */ 0); in testOverrideMinAspectRatioForNonFixedOrientationActivity() 425 runMinAspectRatioTest(NON_RESIZEABLE_PORTRAIT_ACTIVITY, in testOverrideMinAspectRatioLargeAspectRatio() 437 runMinAspectRatioTest(NON_RESIZEABLE_PORTRAIT_ACTIVITY, in testOverrideMinAspectRatioMediumAspectRatio() 450 runMinAspectRatioTest(NON_RESIZEABLE_PORTRAIT_ACTIVITY, in testOverrideMinAspectRatioBothAspectRatios() 462 runMinAspectRatioTest(NON_RESIZEABLE_ASPECT_RATIO_ACTIVITY, in testOverrideMinAspectRatioActivityMinAspectRatioSmallerThanOverride() [all …]
|