Revert "Enable remote animation for keyguard going away transition."

Revert submission 14519409

Reason for revert: Regression in multiuser performance (b/192021579)

Reverted Changes:
I4dae426cf:Enable remote animation for keyguard going away tr...

Other changes that were submitted together but hopefully do not
need to be reverted here:
I3e45ca52b:Continue to dismiss keyguard when the remote anima...
I46879ef87:Stop animating wallpaper and non-app windows in WM...
I81cf31fe6:Extend property to enable remote animation for key...

Bug: 192044570
Bug: 166736690
Bug: 192021579
Bug: 191030359

Change-Id: I31b3f701e4fe3691308f71f74e5b249dc500e787
This commit is contained in:
Adam Bookatz
2021-06-29 18:44:34 +00:00
parent 4f43e3ba50
commit 37f979b45d
2 changed files with 2 additions and 2 deletions

View File

@@ -73,7 +73,7 @@ public class KeyguardService extends Service {
"persist.wm.enable_remote_keyguard_animation";
private static final int sEnableRemoteKeyguardAnimation =
SystemProperties.getInt(ENABLE_REMOTE_KEYGUARD_ANIMATION_PROPERTY, 1);
SystemProperties.getInt(ENABLE_REMOTE_KEYGUARD_ANIMATION_PROPERTY, 0);
/**
* @see #ENABLE_REMOTE_KEYGUARD_ANIMATION_PROPERTY

View File

@@ -444,7 +444,7 @@ public class WindowManagerService extends IWindowManager.Stub
"persist.wm.enable_remote_keyguard_animation";
private static final int sEnableRemoteKeyguardAnimation =
SystemProperties.getInt(ENABLE_REMOTE_KEYGUARD_ANIMATION_PROPERTY, 1);
SystemProperties.getInt(ENABLE_REMOTE_KEYGUARD_ANIMATION_PROPERTY, 0);
/**
* @see #ENABLE_REMOTE_KEYGUARD_ANIMATION_PROPERTY