Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DLetterboxUiControllerTest.java994 assertTrue(mController.shouldUseDisplayLandscapeNaturalOrientation()); in testShouldUseDisplayLandscapeNaturalOrientation_override_returnsTrue()
1006 assertFalse(mController.shouldUseDisplayLandscapeNaturalOrientation()); in testShouldUseDisplayLandscapeNaturalOrientation_overrideAndFalseProperty_returnsFalse()
1015 assertFalse(mController.shouldUseDisplayLandscapeNaturalOrientation()); in testShouldUseDisplayLandscapeNaturalOrientation_portraitNaturalOrientation_returnsFalse()
1024 assertFalse(mController.shouldUseDisplayLandscapeNaturalOrientation()); in testShouldUseDisplayLandscapeNaturalOrientation_disabledIgnoreOrientationRequest_returnsFalse()
1035 assertFalse(mController.shouldUseDisplayLandscapeNaturalOrientation()); in testShouldUseDisplayLandscapeNaturalOrientation_inMultiWindowMode_returnsFalse()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DLetterboxUiController.java650 boolean shouldUseDisplayLandscapeNaturalOrientation() { in shouldUseDisplayLandscapeNaturalOrientation() method in LetterboxUiController
H A DDisplayContent.java2829 .shouldUseDisplayLandscapeNaturalOrientation()) { in getOrientation()