Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutTest.java436 mStackScroller.setFooterView(view); in manageNotifications_visible()
448 mStackScroller.setFooterView(view); in clearAll_visible()
461 verify(mStackScroller).setFooterView(captor.capture()); in testInflateFooterView()
473 mStackScroller.setFooterView(view); in testUpdateFooter_noNotifications()
489 mStackScroller.setFooterView(view); in testUpdateFooter_remoteInput()
504 mStackScroller.setFooterView(view); in testUpdateFooter_withoutNotifications()
519 mStackScroller.setFooterView(view); in testUpdateFooter_oneClearableNotification()
535 mStackScroller.setFooterView(view); in testUpdateFooter_withoutHistory()
550 mStackScroller.setFooterView(view); in testUpdateFooter_oneClearableNotification_beforeUserSetup()
566 mStackScroller.setFooterView(view); in testUpdateFooter_oneNonClearableNotification()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java4525 void setFooterView(@NonNull FooterView footerView) { in setFooterView() method
5375 setFooterView(footerView); in inflateFooterView()