Merge "Add a flag for the keep clear areas for PiP" into tm-qpr-dev am: 299b8d88e7 am: 91b38e4e06

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20110909

Change-Id: Ib222c4d2a5da97d8bd0743d8fab55dba3a871112
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Mateusz Cicheński
2022-10-05 18:38:22 +00:00
committed by Automerger Merge Worker

View File

@@ -274,6 +274,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(