Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
DSplitScreenUtils.java101 public static boolean allowLeftRightSplitInPortrait(Resources res) { in allowLeftRightSplitInPortrait() method in SplitScreenUtils
109 public static boolean isLeftRightSplit(boolean allowLeftRightSplitInPortrait, in isLeftRightSplit() argument
116 return isLeftRightSplit(allowLeftRightSplitInPortrait, isLargeScreen, isLandscape); in isLeftRightSplit()
123 public static boolean isLeftRightSplit(boolean allowLeftRightSplitInPortrait, in isLeftRightSplit() argument
125 if (allowLeftRightSplitInPortrait && isLargeScreen) { in isLeftRightSplit()
DSplitLayout.java158 mAllowLeftRightSplitInPortrait = SplitScreenUtils.allowLeftRightSplitInPortrait(res); in SplitLayout()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
DDragLayout.java133 mAllowLeftRightSplitInPortrait = SplitScreenUtils.allowLeftRightSplitInPortrait( in DragLayout()