Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd10682b authored by Mateusz Cicheński's avatar Mateusz Cicheński
Browse files

Add a flag for the keep clear areas for PiP

Bug: 183746978
Test: n/a

Change-Id: Ibbe593493f085e067dca414045e0ece3fefb726b
parent 7b4b07cc
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -254,6 +254,10 @@ public class Flags {
    public static final SysPropBooleanFlag ENABLE_FLING_TO_DISMISS_PIP =
            new SysPropBooleanFlag(1109, "persist.wm.debug.fling_to_dismiss_pip", true);

    @Keep
    public static final SysPropBooleanFlag ENABLE_PIP_KEEP_CLEAR_ALGORITHM =
            new SysPropBooleanFlag(1110, "persist.wm.debug.enable_pip_keep_clear_algorithm", false);

    // 1200 - predictive back
    @Keep
    public static final SysPropBooleanFlag WM_ENABLE_PREDICTIVE_BACK = new SysPropBooleanFlag(