Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DFooterViewTest.java106 mView.setFooterLabelVisible(true); in testSetFooterLabelVisible()
115 mView.setFooterLabelVisible(false); in testSetFooterLabelInvisible()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DFooterView.java96 public void setFooterLabelVisible(boolean isVisible) { in setFooterLabelVisible() method in FooterView
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java4598 mFooterView.setFooterLabelVisible(mHasFilteredOutSeenNotifications); in updateFooterView()