Searched refs:shouldUseDisplayLandscapeNaturalOrientation (Results 1 – 3 of 3) sorted by relevance
994 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()
650 boolean shouldUseDisplayLandscapeNaturalOrientation() { in shouldUseDisplayLandscapeNaturalOrientation() method in LetterboxUiController
2829 .shouldUseDisplayLandscapeNaturalOrientation()) { in getOrientation()