Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutTest.java151 mStackScroller.setEmptyShadeView(mEmptyShadeView); in setUp()
187 mStackScroller.setEmptyShadeView(mEmptyShadeView); in updateEmptyView_dndNotSuppressing()
197 mStackScroller.setEmptyShadeView(mEmptyShadeView); in updateEmptyView_noNotificationsToDndSuppressing()
418 verify(mStackScroller).setEmptyShadeView(any()); in testReInflatesFooterViews()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java4436 void setEmptyShadeView(EmptyShadeView emptyShadeView) { in setEmptyShadeView() method
5200 setEmptyShadeView(view); in inflateEmptyShadeView()