Home
last modified time | relevance | path

Searched refs:findContentView (Results 1 – 4 of 4) 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.java57 mContent = findContentView(); in onFinishInflate()
213 protected abstract View findContentView(); in findContentView() method in StackScrollerDecorView
DFooterView.java40 protected View findContentView() { in findContentView() method in FooterView
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DFooterViewTest.java53 assertNotNull(mView.findContentView()); in testViewsNotNull()