Home
last modified time | relevance | path

Searched defs:showHistory (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DFooterView.java86 public void showHistory(boolean showHistory) { in showHistory() argument
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationActivityStarter.java39 void startHistoryIntent(View view, boolean showHistory); in startHistoryIntent()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationActivityStarter.java542 public void startHistoryIntent(View view, boolean showHistory) { in startHistoryIntent()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java4459 public void updateFooterView(boolean visible, boolean showDismissView, boolean showHistory) { in updateFooterView()