Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java682 boolean showDismissView = mClearAllEnabled && in updateFooter()
684 boolean showFooterView = (showDismissView || getVisibleNotificationCount() > 0) in updateFooter()
693 updateFooterView(showFooterView, showDismissView, showHistory); in updateFooter()
4459 public void updateFooterView(boolean visible, boolean showDismissView, boolean showHistory) { in updateFooterView() argument
4465 mFooterView.setSecondaryVisible(showDismissView, animate); in updateFooterView()