Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DLetterboxUiControllerTest.java183 .isPolicyForIgnoringRequestedOrientationEnabled(); in testShouldIgnoreRequestedOrientation_propertyIsTrue_returnsTrue()
196 .isPolicyForIgnoringRequestedOrientationEnabled(); in testShouldIgnoreRequestedOrientation_propertyIsFalseAndOverride_returnsFalse()
208 .isPolicyForIgnoringRequestedOrientationEnabled(); in testShouldIgnoreOrientationRequestLoop_overrideDisabled_returnsFalse()
222 .isPolicyForIgnoringRequestedOrientationEnabled(); in testShouldIgnoreOrientationRequestLoop_propertyIsFalseAndOverride_returnsFalse()
240 .isPolicyForIgnoringRequestedOrientationEnabled(); in testShouldIgnoreOrientationRequestLoop_isLetterboxed_returnsFalse()
254 .isPolicyForIgnoringRequestedOrientationEnabled(); in testShouldIgnoreOrientationRequestLoop_noLoop_returnsFalse()
267 .isPolicyForIgnoringRequestedOrientationEnabled(); in testShouldIgnoreOrientationRequestLoop_timeout_returnsFalse()
281 .isPolicyForIgnoringRequestedOrientationEnabled(); in testShouldIgnoreOrientationRequestLoop_returnsTrue()
306 .isPolicyForIgnoringRequestedOrientationEnabled(); in testShouldIgnoreRequestedOrientation_flagIsDisabled_returnsFalse()
1317 .isPolicyForIgnoringRequestedOrientationEnabled(); in prepareActivityThatShouldIgnoreRequestedOrientationDuringRelaunch()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DLetterboxUiController.java306 mLetterboxConfiguration::isPolicyForIgnoringRequestedOrientationEnabled, in LetterboxUiController()
310 mLetterboxConfiguration::isPolicyForIgnoringRequestedOrientationEnabled, in LetterboxUiController()
464 ::isPolicyForIgnoringRequestedOrientationEnabled, in shouldIgnoreRequestedOrientation()
513 ::isPolicyForIgnoringRequestedOrientationEnabled, in shouldIgnoreOrientationRequestLoop()
H A DLetterboxConfiguration.java1227 boolean isPolicyForIgnoringRequestedOrientationEnabled() { in isPolicyForIgnoringRequestedOrientationEnabled() method in LetterboxConfiguration