Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DFooterViewTest.java75 assertTrue(mView.isHistoryShown()); in setHistoryShown()
83 assertFalse(mView.isHistoryShown()); in setHistoryNotShown()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DFooterView.java144 public boolean isHistoryShown() { in isHistoryShown() method in FooterView
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java777 mNotificationActivityStarter.startHistoryIntent(v, mView.isHistoryShown()); in setUpView()
H A DNotificationStackScrollLayout.java4521 public boolean isHistoryShown() { in isHistoryShown() method
4522 return mFooterView != null && mFooterView.isHistoryShown(); in isHistoryShown()