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.java218 mStackScroller.updateEmptyShadeView(true); in updateEmptyView_dndSuppressing()
229 mStackScroller.updateEmptyShadeView(true); in updateEmptyView_dndNotSuppressing()
239 mStackScroller.updateEmptyShadeView(true); in updateEmptyView_noNotificationsToDndSuppressing()
243 mStackScroller.updateEmptyShadeView(true); in updateEmptyView_noNotificationsToDndSuppressing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java1548 updateEmptyShadeView(); in updateQsState()
2488 updateEmptyShadeView(); in showEmptyShadeView()
2491 private void updateEmptyShadeView() { in updateEmptyShadeView() method in NotificationPanelView
2493 mNotificationStackScroller.updateEmptyShadeView(mShowEmptyShadeView && !mQsExpanded); in updateEmptyShadeView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java4874 public void updateEmptyShadeView(boolean visible) {