Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DLetterboxConfiguration.java1151 void setIsDisplayAspectRatioEnabledForFixedOrientationLetterbox(boolean enabled) { in setIsDisplayAspectRatioEnabledForFixedOrientationLetterbox() method in LetterboxConfiguration
H A DWindowManagerShellCommand.java1076 ::setIsDisplayAspectRatioEnabledForFixedOrientationLetterbox); in runSetLetterboxStyle()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSizeCompatTests.java2767 .setIsDisplayAspectRatioEnabledForFixedOrientationLetterbox(true);
2803 .setIsDisplayAspectRatioEnabledForFixedOrientationLetterbox(true);
2839 .setIsDisplayAspectRatioEnabledForFixedOrientationLetterbox(true);
2866 .setIsDisplayAspectRatioEnabledForFixedOrientationLetterbox(true);
H A DWindowTestsBase.java282 .setIsDisplayAspectRatioEnabledForFixedOrientationLetterbox(false); in setUpBase()