Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationShadeWindowControllerImpl.java +6 −4 Original line number Diff line number Diff line Loading @@ -386,12 +386,14 @@ public class NotificationShadeWindowControllerImpl implements NotificationShadeW } visible = true; } if (mNotificationShadeView != null) { if (visible) { mNotificationShadeView.setVisibility(View.VISIBLE); } else { mNotificationShadeView.setVisibility(View.INVISIBLE); } } } private boolean isExpanded(State state) { return !state.mForceCollapsed && (state.isKeyguardShowingAndNotOccluded() Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationShadeWindowControllerImpl.java +6 −4 Original line number Diff line number Diff line Loading @@ -386,12 +386,14 @@ public class NotificationShadeWindowControllerImpl implements NotificationShadeW } visible = true; } if (mNotificationShadeView != null) { if (visible) { mNotificationShadeView.setVisibility(View.VISIBLE); } else { mNotificationShadeView.setVisibility(View.INVISIBLE); } } } private boolean isExpanded(State state) { return !state.mForceCollapsed && (state.isKeyguardShowingAndNotOccluded() Loading