Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DEmptyShadeView.java66 protected View findContentView() { in findContentView() method in EmptyShadeView
132 mEmptyText = (TextView) findContentView(); in onFinishInflate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DStackScrollerDecorView.java54 mContent = findContentView(); in onFinishInflate()
287 protected abstract View findContentView(); in findContentView() method in StackScrollerDecorView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DSectionHeaderView.java74 protected View findContentView() { in findContentView() method in SectionHeaderView
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/footer/ui/view/
DFooterViewTest.java84 assertNotNull(mView.findContentView()); in testViewsNotNull()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/view/
DFooterView.java88 protected View findContentView() { in findContentView() method in FooterView