Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutControllerTest.java241 mController.updateShowEmptyShadeView(); in testUpdateEmptyShadeView_notificationsVisible_zenHiding()
248 mController.updateShowEmptyShadeView(); in testUpdateEmptyShadeView_notificationsVisible_zenHiding()
262 mController.updateShowEmptyShadeView(); in testUpdateEmptyShadeView_notificationsHidden_zenNotHiding()
269 mController.updateShowEmptyShadeView(); in testUpdateEmptyShadeView_notificationsHidden_zenNotHiding()
290 mController.updateShowEmptyShadeView(); in testUpdateEmptyShadeView_splitShadeMode_alwaysShowEmptyView()
297 mController.updateShowEmptyShadeView(); in testUpdateEmptyShadeView_splitShadeMode_alwaysShowEmptyView()
313 mController.updateShowEmptyShadeView(); in testUpdateEmptyShadeView_bouncerShowing_hideEmptyView()
332 mController.updateShowEmptyShadeView(); in testUpdateEmptyShadeView_bouncerNotShowing_showEmptyView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java323 updateShowEmptyShadeView();
345 updateShowEmptyShadeView();
697 updateShowEmptyShadeView();
1237 updateShowEmptyShadeView(); in setQsFullScreen()
1411 updateShowEmptyShadeView(); in updateVisibility()
1423 public void updateShowEmptyShadeView() { in updateShowEmptyShadeView() method in NotificationStackScrollLayoutController
1794 updateShowEmptyShadeView();
2139 updateShowEmptyShadeView();
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java3108 mNotificationStackScrollLayoutController.updateShowEmptyShadeView(); in setBouncerShowing()