Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java219 mStackScroller.updateEmptyShadeView(true); in updateEmptyView_dndSuppressing()
230 mStackScroller.updateEmptyShadeView(true); in updateEmptyView_dndNotSuppressing()
240 mStackScroller.updateEmptyShadeView(true); in updateEmptyView_noNotificationsToDndSuppressing()
244 mStackScroller.updateEmptyShadeView(true); in updateEmptyView_noNotificationsToDndSuppressing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java1784 updateEmptyShadeView(); in updateQsState()
2792 updateEmptyShadeView(); in showEmptyShadeView()
2795 private void updateEmptyShadeView() { in updateEmptyShadeView() method in NotificationPanelView
2797 mNotificationStackScroller.updateEmptyShadeView(mShowEmptyShadeView && !mQsExpanded); in updateEmptyShadeView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java4870 public void updateEmptyShadeView(boolean visible) {