Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/CentralSurfacesImpl.java +2 −0 Original line number Diff line number Diff line Loading @@ -2235,6 +2235,8 @@ public class CentralSurfacesImpl implements CoreStartable, CentralSurfaces { */ @Override public boolean hideKeyguardImpl(boolean forceStateChange) { if (SceneContainerFlag.isEnabled()) return false; Trace.beginSection("CentralSurfaces#hideKeyguard"); boolean staying = mStatusBarStateController.leaveOpenOnKeyguardHide(); int previousState = mStatusBarStateController.getState(); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/CentralSurfacesImpl.java +2 −0 Original line number Diff line number Diff line Loading @@ -2235,6 +2235,8 @@ public class CentralSurfacesImpl implements CoreStartable, CentralSurfaces { */ @Override public boolean hideKeyguardImpl(boolean forceStateChange) { if (SceneContainerFlag.isEnabled()) return false; Trace.beginSection("CentralSurfaces#hideKeyguard"); boolean staying = mStatusBarStateController.leaveOpenOnKeyguardHide(); int previousState = mStatusBarStateController.getState(); Loading