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/notification/stack/
DNotificationStackScrollerControllerTest.java234 verify(mNotificationStackScrollLayout).updateEmptyShadeView( in testUpdateEmptyShadeView_notificationsVisible_zenHiding()
242 verify(mNotificationStackScrollLayout).updateEmptyShadeView( in testUpdateEmptyShadeView_notificationsVisible_zenHiding()
259 verify(mNotificationStackScrollLayout).updateEmptyShadeView( in testUpdateEmptyShadeView_notificationsHidden_zenNotHiding()
266 verify(mNotificationStackScrollLayout).updateEmptyShadeView( in testUpdateEmptyShadeView_notificationsHidden_zenNotHiding()
DNotificationStackScrollLayoutTest.java188 mStackScroller.updateEmptyShadeView(true, true); in updateEmptyView_dndSuppressing()
198 mStackScroller.updateEmptyShadeView(true, false); in updateEmptyView_dndNotSuppressing()
207 mStackScroller.updateEmptyShadeView(true, false); in updateEmptyView_noNotificationsToDndSuppressing()
210 mStackScroller.updateEmptyShadeView(true, true); in updateEmptyView_noNotificationsToDndSuppressing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java1120 mView.updateEmptyShadeView( in updateShowEmptyShadeView()
DNotificationStackScrollLayout.java4384 void updateEmptyShadeView(boolean visible, boolean notifVisibleInShade) { in updateEmptyShadeView() method