Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayoutTest.java126 mStackScroller.updateEmptyShadeView(true); in updateEmptyView_dndSuppressing()
137 mStackScroller.updateEmptyShadeView(true); in updateEmptyView_dndNotSuppressing()
147 mStackScroller.updateEmptyShadeView(true); in updateEmptyView_noNotificationsToDndSuppressing()
151 mStackScroller.updateEmptyShadeView(true); in updateEmptyView_noNotificationsToDndSuppressing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java1322 updateEmptyShadeView(); in updateQsState()
2279 updateEmptyShadeView(); in showEmptyShadeView()
2282 private void updateEmptyShadeView() { in updateEmptyShadeView() method in NotificationPanelView
2285 mNotificationStackScroller.updateEmptyShadeView(mShowEmptyShadeView && !mQsExpanded); in updateEmptyShadeView()
DStatusBar.java1163 updateEmptyShadeView(); in reevaluateStyles()
1406 updateEmptyShadeView(); in updateNotificationViews()
1501 private void updateEmptyShadeView() { in updateEmptyShadeView() method
5564 updateEmptyShadeView(); in onZenChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java4099 public void updateEmptyShadeView(boolean visible) {