Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutTest.java439 mStackScroller.updateFooterView(true, false, true); in manageNotifications_visible()
451 mStackScroller.updateFooterView(true, true, true); in clearAll_visible()
475 verify(mStackScroller, atLeastOnce()).updateFooterView(false, false, true); in testUpdateFooter_noNotifications()
491 verify(mStackScroller).updateFooterView(false, true, true); in testUpdateFooter_remoteInput()
506 verify(mStackScroller).updateFooterView(false, false, true); in testUpdateFooter_withoutNotifications()
521 verify(mStackScroller).updateFooterView(true, true, true); in testUpdateFooter_oneClearableNotification()
537 verify(mStackScroller).updateFooterView(true, true, false); in testUpdateFooter_withoutHistory()
552 verify(mStackScroller).updateFooterView(false, true, true); in testUpdateFooter_oneClearableNotification_beforeUserSetup()
568 verify(mStackScroller).updateFooterView(true, false, true); in testUpdateFooter_oneNonClearableNotification()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java746 updateFooterView(shouldShowFooterView(showDismissView)/* visible */, in updateFooter()
4590 public void updateFooterView(boolean visible, boolean showDismissView, boolean showHistory) { in updateFooterView() method