Home
last modified time | relevance | path

Searched refs:updateFooter (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java443 mStackScroller.updateFooter(); in testUpdateFooter_noNotifications()
460 mStackScroller.updateFooter(); in testUpdateFooter_remoteInput()
476 mStackScroller.updateFooter(); in testUpdateFooter_withoutNotifications()
492 mStackScroller.updateFooter(); in testUpdateFooter_oneClearableNotification()
509 mStackScroller.updateFooter(); in testUpdateFooter_withoutHistory()
525 mStackScroller.updateFooter(); in testUpdateFooter_oneClearableNotification_beforeUserSetup()
542 mStackScroller.updateFooter(); in testUpdateFooter_oneNonClearableNotification()
923 mStackScroller.updateFooter(); in hasFilteredOutSeenNotifs_updateFooter()
DNotificationStackScrollLayoutControllerTest.java763 verify(mNotificationStackScrollLayout).updateFooter(); in testSetNotifStats_updatesHasFilteredOutSeenNotifications()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java314 mView.post(this::updateFooter);
346 updateFooter();
416 updateFooter();
883 updateFooter(); in setUpView()
1557 updateFooter(); in createDelegate()
1572 public void updateFooter() {
1575 mView.updateFooter();
2138 updateFooter();
DNotificationStackScrollLayout.java727 updateFooter(); in reinflateViews()
736 updateFooter(); in setIsRemoteInputActive()
746 public void updateFooter() { in updateFooter() method in NotificationStackScrollLayout
4948 updateFooter(); in setQsExpansionFraction()
5077 updateFooter(); in setUpcomingStatusBarState()
5090 updateFooter(); in onStatePostChange()
5990 updateFooter();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/
DSharedNotificationContainerBinder.kt79 controller.updateFooter() in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java1393 mNotificationStackScrollLayoutController.updateFooter(); in onSplitShadeEnabledChanged()