Merge "Enable insets cache for display switch" into udc-dev am: cbfe13a3dd
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24281855 Change-Id: I58bfc392c74834aae31cfd70ca08993a951e8a2a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -176,7 +176,7 @@ public class DisplayPolicy {
|
||||
|
||||
// TODO(b/266197298): Remove this by a more general protocol from the insets providers.
|
||||
private static final boolean USE_CACHED_INSETS_FOR_DISPLAY_SWITCH =
|
||||
SystemProperties.getBoolean("persist.wm.debug.cached_insets_switch", false);
|
||||
SystemProperties.getBoolean("persist.wm.debug.cached_insets_switch", true);
|
||||
|
||||
private final WindowManagerService mService;
|
||||
private final Context mContext;
|
||||
|
||||
Reference in New Issue
Block a user