Loading packages/SystemUI/src/com/android/systemui/shade/NotificationPanelViewController.java +12 −1 Original line number Diff line number Diff line Loading @@ -1200,6 +1200,16 @@ public final class NotificationPanelViewController implements ShadeSurface, Dump mNotificationStackScrollLayoutController.setMaxAlphaForExpansion(alpha); }, mMainDispatcher); } // Ensures that flags are updated when an activity launches collectFlow(mView, mShadeAnimationInteractor.isLaunchingActivity(), isLaunchingActivity -> { if (isLaunchingActivity) { updateSystemUiStateFlags(); } }, mMainDispatcher); } @VisibleForTesting Loading Loading @@ -3622,7 +3632,8 @@ public final class NotificationPanelViewController implements ShadeSurface, Dump + isFullyExpanded() + " inQs=" + mQsController.getExpanded()); } mSysUiState .setFlag(SYSUI_STATE_NOTIFICATION_PANEL_VISIBLE, isPanelExpanded()) .setFlag(SYSUI_STATE_NOTIFICATION_PANEL_VISIBLE, isPanelExpanded() && !isCollapsing()) .setFlag(SYSUI_STATE_NOTIFICATION_PANEL_EXPANDED, isFullyExpanded() && !mQsController.getExpanded()) .setFlag(SYSUI_STATE_QUICK_SETTINGS_EXPANDED, Loading Loading
packages/SystemUI/src/com/android/systemui/shade/NotificationPanelViewController.java +12 −1 Original line number Diff line number Diff line Loading @@ -1200,6 +1200,16 @@ public final class NotificationPanelViewController implements ShadeSurface, Dump mNotificationStackScrollLayoutController.setMaxAlphaForExpansion(alpha); }, mMainDispatcher); } // Ensures that flags are updated when an activity launches collectFlow(mView, mShadeAnimationInteractor.isLaunchingActivity(), isLaunchingActivity -> { if (isLaunchingActivity) { updateSystemUiStateFlags(); } }, mMainDispatcher); } @VisibleForTesting Loading Loading @@ -3622,7 +3632,8 @@ public final class NotificationPanelViewController implements ShadeSurface, Dump + isFullyExpanded() + " inQs=" + mQsController.getExpanded()); } mSysUiState .setFlag(SYSUI_STATE_NOTIFICATION_PANEL_VISIBLE, isPanelExpanded()) .setFlag(SYSUI_STATE_NOTIFICATION_PANEL_VISIBLE, isPanelExpanded() && !isCollapsing()) .setFlag(SYSUI_STATE_NOTIFICATION_PANEL_EXPANDED, isFullyExpanded() && !mQsController.getExpanded()) .setFlag(SYSUI_STATE_QUICK_SETTINGS_EXPANDED, Loading