Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java +3 −1 Original line number Diff line number Diff line Loading @@ -3208,7 +3208,9 @@ public class StatusBar extends SystemUI implements DemoMode, boolean sleepingFromKeyguard = mStatusBarKeyguardViewManager.isGoingToSleepVisibleNotOccluded(); boolean animate = (!mDozing && mDozeServiceHost.shouldAnimateWakeup()) boolean wakeAndUnlock = mBiometricUnlockController.getMode() == BiometricUnlockController.MODE_WAKE_AND_UNLOCK; boolean animate = (!mDozing && mDozeServiceHost.shouldAnimateWakeup() && !wakeAndUnlock) || (mDozing && mDozeServiceHost.shouldAnimateScreenOff() && sleepingFromKeyguard); mNotificationPanel.setDozing(mDozing, animate, mWakeUpTouchLocation); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java +3 −1 Original line number Diff line number Diff line Loading @@ -3208,7 +3208,9 @@ public class StatusBar extends SystemUI implements DemoMode, boolean sleepingFromKeyguard = mStatusBarKeyguardViewManager.isGoingToSleepVisibleNotOccluded(); boolean animate = (!mDozing && mDozeServiceHost.shouldAnimateWakeup()) boolean wakeAndUnlock = mBiometricUnlockController.getMode() == BiometricUnlockController.MODE_WAKE_AND_UNLOCK; boolean animate = (!mDozing && mDozeServiceHost.shouldAnimateWakeup() && !wakeAndUnlock) || (mDozing && mDozeServiceHost.shouldAnimateScreenOff() && sleepingFromKeyguard); mNotificationPanel.setDozing(mDozing, animate, mWakeUpTouchLocation); Loading