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

Commit edcdd961 authored by Issei Suzuki's avatar Issei Suzuki
Browse files

Enable remote animation for keygaurd.

Bug: 166736690
Test: Pass existing tests.
Change-Id: Ibff1c8ae6fe8800d5bac49b5f9de4350598ca3f0
parent 9934a78d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ public class KeyguardService extends Service {
     * @see #ENABLE_REMOTE_KEYGUARD_ANIMATION_PROPERTY
     */
    private static boolean sEnableRemoteKeyguardAnimation =
            SystemProperties.getBoolean(ENABLE_REMOTE_KEYGUARD_ANIMATION_PROPERTY, false);
            SystemProperties.getBoolean(ENABLE_REMOTE_KEYGUARD_ANIMATION_PROPERTY, true);

    private final KeyguardViewMediator mKeyguardViewMediator;
    private final KeyguardLifecyclesDispatcher mKeyguardLifecyclesDispatcher;
+1 −1
Original line number Diff line number Diff line
@@ -437,7 +437,7 @@ public class WindowManagerService extends IWindowManager.Stub
     * @see #ENABLE_REMOTE_KEYGUARD_ANIMATION_PROPERTY
     */
    public static boolean sEnableRemoteKeyguardAnimation =
            SystemProperties.getBoolean(ENABLE_REMOTE_KEYGUARD_ANIMATION_PROPERTY, false);
            SystemProperties.getBoolean(ENABLE_REMOTE_KEYGUARD_ANIMATION_PROPERTY, true);

    private static final String DISABLE_TRIPLE_BUFFERING_PROPERTY =
            "ro.sf.disable_triple_buffer";