Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutTest.java279 mStackScroller.updateFooterView(true, false, true); in manageNotifications_visible()
291 mStackScroller.updateFooterView(true, true, true); in clearAll_visible()
315 verify(mStackScroller, atLeastOnce()).updateFooterView(false, false, true); in testUpdateFooter_noNotifications()
335 verify(mStackScroller).updateFooterView(false, true, true); in testUpdateFooter_remoteInput()
351 verify(mStackScroller).updateFooterView(true, true, true); in testUpdateFooter_oneClearableNotification()
367 verify(mStackScroller).updateFooterView(false, true, true); in testUpdateFooter_oneClearableNotification_beforeUserSetup()
387 verify(mStackScroller).updateFooterView(true, false, true); in testUpdateFooter_oneNonClearableNotification()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java693 updateFooterView(showFooterView, showDismissView, showHistory); in updateFooter()
4459 public void updateFooterView(boolean visible, boolean showDismissView, boolean showHistory) { in updateFooterView() method