Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DEmptyShadeView.java66 protected View findContentView() { in findContentView() method in EmptyShadeView
130 mEmptyText = (TextView) findContentView(); in onFinishInflate()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DStackScrollerDecorView.java73 mContent = findContentView(); in onFinishInflate()
269 protected abstract View findContentView(); in findContentView() method in StackScrollerDecorView
H A DFooterView.java63 protected View findContentView() { in findContentView() method in FooterView
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DSectionHeaderView.java74 protected View findContentView() { in findContentView() method in SectionHeaderView
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DFooterViewTest.java56 assertNotNull(mView.findContentView()); in testViewsNotNull()