Searched refs:shouldIgnoreRequestedOrientation (Results 1 – 3 of 3) sorted by relevance
149 assertTrue(mController.shouldIgnoreRequestedOrientation(SCREEN_ORIENTATION_UNSPECIFIED)); in testShouldIgnoreRequestedOrientation_activityRelaunching_returnsTrue()169 assertTrue(mController.shouldIgnoreRequestedOrientation(SCREEN_ORIENTATION_UNSPECIFIED)); in testShouldIgnoreRequestedOrientation_cameraCompatTreatment_returnsTrue()176 assertFalse(mController.shouldIgnoreRequestedOrientation(SCREEN_ORIENTATION_UNSPECIFIED)); in testShouldIgnoreRequestedOrientation_overrideDisabled_returnsFalse()188 assertTrue(mController.shouldIgnoreRequestedOrientation(SCREEN_ORIENTATION_UNSPECIFIED)); in testShouldIgnoreRequestedOrientation_propertyIsTrue_returnsTrue()202 assertFalse(mController.shouldIgnoreRequestedOrientation(SCREEN_ORIENTATION_UNSPECIFIED)); in testShouldIgnoreRequestedOrientation_propertyIsFalseAndOverride_returnsFalse()308 assertFalse(mController.shouldIgnoreRequestedOrientation(SCREEN_ORIENTATION_UNSPECIFIED)); in testShouldIgnoreRequestedOrientation_flagIsDisabled_returnsFalse()
461 boolean shouldIgnoreRequestedOrientation(@ScreenOrientation int requestedOrientation) { in shouldIgnoreRequestedOrientation() method in LetterboxUiController
7952 if (mLetterboxUiController.shouldIgnoreRequestedOrientation(requestedOrientation)) { in setRequestedOrientation()