Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DLetterboxUiController.java904 private boolean isDisplayFullScreenAndInPosture(boolean isTabletop) { in isDisplayFullScreenAndInPosture() method in LetterboxUiController
937 return isDisplayFullScreenAndInPosture(/* isTabletop */ false) in isFullScreenAndBookModeEnabled()
944 boolean tabletopMode = isDisplayFullScreenAndInPosture(/* isTabletop */ true); in getVerticalPositionMultiplier()
982 final boolean isBookMode = isDisplayFullScreenAndInPosture(/* isTabletop */ false); in shouldUseSplitScreenAspectRatio()
985 final boolean isTabletopMode = isDisplayFullScreenAndInPosture(/* isTabletop */ true); in shouldUseSplitScreenAspectRatio()
1720 isDisplayFullScreenAndInPosture(/* isTabletop */ false)); in getLetterboxPositionForLogging()
1726 isDisplayFullScreenAndInPosture(/* isTabletop */ true)); in getLetterboxPositionForLogging()