Home
last modified time | relevance | path

Searched refs:updateShowEmptyShadeView (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutControllerTest.java223 mController.updateShowEmptyShadeView(); in testUpdateEmptyShadeView_notificationsVisible_zenHiding()
230 mController.updateShowEmptyShadeView(); in testUpdateEmptyShadeView_notificationsVisible_zenHiding()
243 mController.updateShowEmptyShadeView(); in testUpdateEmptyShadeView_notificationsHidden_zenNotHiding()
250 mController.updateShowEmptyShadeView(); in testUpdateEmptyShadeView_notificationsHidden_zenNotHiding()
270 mController.updateShowEmptyShadeView(); in testUpdateEmptyShadeView_splitShadeMode_alwaysShowEmptyView()
277 mController.updateShowEmptyShadeView(); in testUpdateEmptyShadeView_splitShadeMode_alwaysShowEmptyView()
295 mController.updateShowEmptyShadeView(); in testUpdateEmptyShadeView_bouncerShowing_flagOff_hideEmptyView()
316 mController.updateShowEmptyShadeView(); in testUpdateEmptyShadeView_bouncerShowing_flagOn_hideEmptyView()
337 mController.updateShowEmptyShadeView(); in testUpdateEmptyShadeView_bouncerNotShowing_flagOff_showEmptyView()
358 mController.updateShowEmptyShadeView(); in testUpdateEmptyShadeView_bouncerNotShowing_flagOn_showEmptyView()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java284 updateShowEmptyShadeView();
300 updateShowEmptyShadeView();
625 updateShowEmptyShadeView();
1115 updateShowEmptyShadeView(); in setQsFullScreen()
1244 updateShowEmptyShadeView(); in updateVisibility()
1256 public void updateShowEmptyShadeView() { in updateShowEmptyShadeView() method in NotificationStackScrollLayoutController
1670 updateShowEmptyShadeView();
2015 updateShowEmptyShadeView();
H A DNotificationStackScrollLayout.java4753 mController.updateShowEmptyShadeView(); in removeContainerView()
4765 mController.updateShowEmptyShadeView(); in addContainerView()
4778 mController.updateShowEmptyShadeView(); in addContainerViewAt()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java2992 mNotificationStackScrollLayoutController.updateShowEmptyShadeView(); in setBouncerShowing()