Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayRotationCompatPolicyTests.java494 .isCameraCompatSplitScreenAspectRatioAllowed(); in testOnActivityConfigurationChanging_displayRotationNotChanging_noRefresh()
507 .isCameraCompatSplitScreenAspectRatioAllowed(); in testOnActivityConfigurationChanging_splitScreenAspectRatioAllowed_refresh()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DLetterboxUiController.java1080 || isCameraCompatSplitScreenAspectRatioAllowed()) { in recomputeConfigurationForCameraCompatIfNeeded()
1089 boolean isCameraCompatSplitScreenAspectRatioAllowed() { in isCameraCompatSplitScreenAspectRatioAllowed() method in LetterboxUiController
1105 || isCameraCompatSplitScreenAspectRatioAllowed() in shouldUseSplitScreenAspectRatio()
H A DDisplayRotationCompatPolicy.java322 || activity.mLetterboxUiController.isCameraCompatSplitScreenAspectRatioAllowed()) in shouldRefreshActivity()