Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DCompatChangeTests.java335 runMinAspectRatioTest(NON_RESIZEABLE_PORTRAIT_ACTIVITY, in testOverrideMinAspectRatioMissingSpecificOverride()
349 runMinAspectRatioTest(NON_RESIZEABLE_PORTRAIT_ACTIVITY, in testOverrideMinAspectRatioMissingGeneralOverride()
362 runMinAspectRatioTest(NON_RESIZEABLE_PORTRAIT_ACTIVITY, in testOverrideMinAspectRatioLargeAspectRatio()
374 runMinAspectRatioTest(NON_RESIZEABLE_PORTRAIT_ACTIVITY, in testOverrideMinAspectRatioMediumAspectRatio()
387 runMinAspectRatioTest(NON_RESIZEABLE_PORTRAIT_ACTIVITY, in testOverrideMinAspectRatioBothAspectRatios()
399 runMinAspectRatioTest(NON_RESIZEABLE_ASPECT_RATIO_ACTIVITY, in testOverrideMinAspectRatioActivityMinAspectRatioSmallerThanOverride()
411 runMinAspectRatioTest(NON_RESIZEABLE_ASPECT_RATIO_ACTIVITY, in testOverrideMinAspectRatioActivityMinAspectRatioLargerThanOverride()
566 private void runMinAspectRatioTest(ComponentName activity, float expected) { in runMinAspectRatioTest() method in CompatChangeTests
567 runMinAspectRatioTest(activity, expected, /* useAppBoundsInPortrait= */ true); in runMinAspectRatioTest()
580 private void runMinAspectRatioTest(ComponentName activity, float expected, in runMinAspectRatioTest() method in CompatChangeTests