Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/CentralSurfacesImpl.java +7 −0 Original line number Original line Diff line number Diff line Loading @@ -4456,6 +4456,13 @@ public class CentralSurfacesImpl extends CoreStartable implements updateDozingState(); updateDozingState(); mDozeServiceHost.updateDozing(); mDozeServiceHost.updateDozing(); updateScrimController(); updateScrimController(); if (mBiometricUnlockController.isWakeAndUnlock()) { // Usually doze changes are to/from lockscreen/AOD, but if we're wake and // unlocking we should hide the keyguard ASAP if necessary. updateIsKeyguard(); } updateReportRejectedTouchVisibility(); updateReportRejectedTouchVisibility(); Trace.endSection(); Trace.endSection(); } } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/CentralSurfacesImpl.java +7 −0 Original line number Original line Diff line number Diff line Loading @@ -4456,6 +4456,13 @@ public class CentralSurfacesImpl extends CoreStartable implements updateDozingState(); updateDozingState(); mDozeServiceHost.updateDozing(); mDozeServiceHost.updateDozing(); updateScrimController(); updateScrimController(); if (mBiometricUnlockController.isWakeAndUnlock()) { // Usually doze changes are to/from lockscreen/AOD, but if we're wake and // unlocking we should hide the keyguard ASAP if necessary. updateIsKeyguard(); } updateReportRejectedTouchVisibility(); updateReportRejectedTouchVisibility(); Trace.endSection(); Trace.endSection(); } } Loading