Loading libs/WindowManager/Shell/aconfig/multitasking.aconfig +0 −7 Original line number Diff line number Diff line Loading @@ -20,13 +20,6 @@ flag { bug: "311462191" } flag { name: "enable_left_right_split_in_portrait" namespace: "multitasking" description: "Enables left/right split in portrait" bug: "291018646" } flag { name: "enable_new_bubble_animations" namespace: "multitasking" Loading libs/WindowManager/Shell/src/com/android/wm/shell/common/split/SplitScreenUtils.java +1 −2 Original line number Diff line number Diff line Loading @@ -76,8 +76,7 @@ public class SplitScreenUtils { * Returns whether left/right split is allowed in portrait. */ public static boolean allowLeftRightSplitInPortrait(Resources res) { return Flags.enableLeftRightSplitInPortrait() && res.getBoolean( com.android.internal.R.bool.config_leftRightSplitInPortrait); return res.getBoolean(com.android.internal.R.bool.config_leftRightSplitInPortrait); } /** Loading Loading
libs/WindowManager/Shell/aconfig/multitasking.aconfig +0 −7 Original line number Diff line number Diff line Loading @@ -20,13 +20,6 @@ flag { bug: "311462191" } flag { name: "enable_left_right_split_in_portrait" namespace: "multitasking" description: "Enables left/right split in portrait" bug: "291018646" } flag { name: "enable_new_bubble_animations" namespace: "multitasking" Loading
libs/WindowManager/Shell/src/com/android/wm/shell/common/split/SplitScreenUtils.java +1 −2 Original line number Diff line number Diff line Loading @@ -76,8 +76,7 @@ public class SplitScreenUtils { * Returns whether left/right split is allowed in portrait. */ public static boolean allowLeftRightSplitInPortrait(Resources res) { return Flags.enableLeftRightSplitInPortrait() && res.getBoolean( com.android.internal.R.bool.config_leftRightSplitInPortrait); return res.getBoolean(com.android.internal.R.bool.config_leftRightSplitInPortrait); } /** Loading