Searched refs:updateEmptyShadeView (Results 1 – 4 of 4) sorted by relevance
234 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()
188 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()
1120 mView.updateEmptyShadeView( in updateShowEmptyShadeView()
4384 void updateEmptyShadeView(boolean visible, boolean notifVisibleInShade) { in updateEmptyShadeView() method