Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DFooterViewTest.java57 assertNotNull(mView.findSecondaryView()); in testViewsNotNull()
63 assertTrue(mView.findSecondaryView().hasOnClickListeners()); in setDismissOnClick()
108 assertThat(mView.findSecondaryView().getVisibility()).isEqualTo(View.GONE); in testSetFooterLabelVisible()
117 assertThat(mView.findSecondaryView().getVisibility()).isEqualTo(View.VISIBLE); in testSetFooterLabelInvisible()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DEmptyShadeView.java71 protected View findSecondaryView() { in findSecondaryView() method in EmptyShadeView
131 mEmptyFooterText = (TextView) findSecondaryView(); in onFinishInflate()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DStackScrollerDecorView.java74 mSecondaryView = findSecondaryView(); in onFinishInflate()
274 protected abstract View findSecondaryView(); in findSecondaryView() method in StackScrollerDecorView
H A DFooterView.java67 protected View findSecondaryView() { in findSecondaryView() method in FooterView
88 mClearAllButton = (FooterViewButton) findSecondaryView(); in onFinishInflate()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DSectionHeaderView.java79 protected View findSecondaryView() { in findSecondaryView() method in SectionHeaderView