Home
last modified time | relevance | path

Searched refs:setEmptyShadeView (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java203 mStackScroller.setEmptyShadeView(mEmptyShadeView); in setUp()
323 mStackScroller.setEmptyShadeView(mEmptyShadeView); in updateEmptyView_dndNotSuppressing()
335 mStackScroller.setEmptyShadeView(mEmptyShadeView); in updateEmptyView_noNotificationsToDndSuppressing()
570 verify(mStackScroller).setEmptyShadeView(any()); in testReInflatesFooterViews()
580 verify(mStackScroller).setEmptyShadeView(any()); in testReInflatesEmptyShadeView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java4586 public void setEmptyShadeView(EmptyShadeView emptyShadeView) { in setEmptyShadeView() method
5459 setEmptyShadeView(view); in inflateEmptyShadeView()