Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutTest.java199 mStackScroller.setEmptyShadeView(mEmptyShadeView); in setUp()
363 mStackScroller.setEmptyShadeView(mEmptyShadeView); in updateEmptyView_dndNotSuppressing()
373 mStackScroller.setEmptyShadeView(mEmptyShadeView); in updateEmptyView_noNotificationsToDndSuppressing()
597 verify(mStackScroller).setEmptyShadeView(any()); in testReInflatesFooterViews()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java4538 public void setEmptyShadeView(EmptyShadeView emptyShadeView) { in setEmptyShadeView() method
5389 setEmptyShadeView(view); in inflateEmptyShadeView()