Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DLetterboxConfigurationPersister.java153 int getLetterboxPositionForVerticalReachability(boolean forTabletopMode) { in getLetterboxPositionForVerticalReachability() argument
154 if (forTabletopMode) { in getLetterboxPositionForVerticalReachability()
186 void setLetterboxPositionForVerticalReachability(boolean forTabletopMode, in setLetterboxPositionForVerticalReachability() argument
188 if (forTabletopMode) { in setLetterboxPositionForVerticalReachability()
H A DLetterboxConfiguration.java897 void setPersistentLetterboxPositionForVerticalReachability(boolean forTabletopMode, in setPersistentLetterboxPositionForVerticalReachability() argument
900 forTabletopMode, position); in setPersistentLetterboxPositionForVerticalReachability()
950 boolean forTabletopMode) { in readLetterboxVerticalReachabilityPositionFromConfig() argument
952 forTabletopMode in readLetterboxVerticalReachabilityPositionFromConfig()