Home
last modified time | relevance | path

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

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