Add the fling to dismiss sysprop flags for pip/bubbles.

Test: n/a
Bug: 214264312

Change-Id: Ia2592145d5527c2ba4b630586ab45ee4e3dc97a9
This commit is contained in:
Mateusz Cicheński
2022-10-04 00:03:45 +00:00
parent a44bef92b9
commit e90fd23660

View File

@@ -247,6 +247,13 @@ public class Flags {
public static final SysPropBooleanFlag SHOW_FLOATING_TASKS_AS_BUBBLES =
new SysPropBooleanFlag(1107, "persist.wm.debug.floating_tasks_as_bubbles", false);
@Keep
public static final SysPropBooleanFlag ENABLE_FLING_TO_DISMISS_BUBBLE =
new SysPropBooleanFlag(1108, "persist.wm.debug.fling_to_dismiss_bubble", true);
@Keep
public static final SysPropBooleanFlag ENABLE_FLING_TO_DISMISS_PIP =
new SysPropBooleanFlag(1109, "persist.wm.debug.fling_to_dismiss_pip", true);
// 1200 - predictive back
@Keep
public static final SysPropBooleanFlag WM_ENABLE_PREDICTIVE_BACK = new SysPropBooleanFlag(