Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java682 boolean showDismissView = mClearAllEnabled && in updateFooter()
685 boolean showFooterView = (showDismissView || getVisibleNotificationCount() > 0) in updateFooter()
692 updateFooterView(showFooterView, showDismissView, showHistory); in updateFooter()
4396 public void updateFooterView(boolean visible, boolean showDismissView, boolean showHistory) { in updateFooterView() argument
4402 mFooterView.setSecondaryVisible(showDismissView, animate); in updateFooterView()