Home
last modified time | relevance | path

Searched refs:isUserAppAspectRatioFullscreenEnabled (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DLetterboxUiControllerTest.java847 doReturn(false).when(mLetterboxConfiguration).isUserAppAspectRatioFullscreenEnabled(); in testShouldApplyUserFullscreenOverride_trueProperty_returnsFalse()
982 doReturn(true).when(mLetterboxConfiguration).isUserAppAspectRatioFullscreenEnabled(); in prepareActivityThatShouldApplyUserFullscreenOverride()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DLetterboxConfiguration.java1346 boolean isUserAppAspectRatioFullscreenEnabled() { in isUserAppAspectRatioFullscreenEnabled() method in LetterboxConfiguration
H A DLetterboxUiController.java352 () -> mLetterboxConfiguration.isUserAppAspectRatioFullscreenEnabled(), in LetterboxUiController()
1174 || !mLetterboxConfiguration.isUserAppAspectRatioFullscreenEnabled() in shouldApplyUserFullscreenOverride()
H A DWindowManagerShellCommand.java1371 + mLetterboxConfiguration.isUserAppAspectRatioFullscreenEnabled()); in runGetLetterboxStyle()