Searched refs:shouldApplyUserMinAspectRatioOverride (Results 1 – 4 of 4) sorted by relevance
995 doReturn(true).when(mController).shouldApplyUserMinAspectRatioOverride(); in testOverrideOrientationIfNeeded_userAspectRatioApplied_unspecifiedOverridden()1011 doReturn(false).when(mController).shouldApplyUserMinAspectRatioOverride(); in testOverrideOrientationIfNeeded_userAspectRatioNotApplied_returnsUnchanged()1100 assertFalse(mController.shouldApplyUserMinAspectRatioOverride()); in testShouldApplyUserMinAspectRatioOverride_falseProperty_returnsFalse()1111 assertFalse(mController.shouldApplyUserMinAspectRatioOverride()); in testShouldApplyUserMinAspectRatioOverride_trueProperty_returnsFalse()1119 assertFalse(mController.shouldApplyUserMinAspectRatioOverride()); in testShouldApplyUserMinAspectRatioOverride_disabledIgnoreOrientationRequest()1126 assertTrue(mController.shouldApplyUserMinAspectRatioOverride()); in testShouldApplyUserMinAspectRatioOverride_returnsTrue()1133 assertFalse(mController.shouldApplyUserMinAspectRatioOverride()); in testShouldApplyUserMinAspectRatioOverride_noIgnoreOrientation_returnsFalse()
582 if (shouldApplyUserMinAspectRatioOverride() && (!isFixedOrientation(candidate) in overrideOrientationIfNeeded()1107 boolean shouldApplyUserMinAspectRatioOverride() { in shouldApplyUserMinAspectRatioOverride() method in LetterboxUiController
9794 if (mLetterboxUiController.shouldApplyUserMinAspectRatioOverride()) {
27640 HPLcom/android/server/wm/LetterboxUiController;->shouldApplyUserMinAspectRatioOverride()Z