Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DEmptyShadeView.java47 protected View findContentView() { in findContentView() method in EmptyShadeView
72 mEmptyText = (TextView) findContentView(); in onFinishInflate()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DStackScrollerDecorView.java70 mContent = findContentView(); in onFinishInflate()
251 protected abstract View findContentView(); in findContentView() method in StackScrollerDecorView
H A DForegroundServiceDungeonView.kt27 override fun findContentView(): View? {
H A DFooterView.java43 protected View findContentView() { in findContentView() method in FooterView
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DFooterViewTest.java54 assertNotNull(mView.findContentView()); in testViewsNotNull()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DPeopleHubView.kt58 override fun findContentView(): View = contents
H A DSectionHeaderView.java74 protected View findContentView() { in findContentView() method in SectionHeaderView