Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DEmptyShadeView.java71 protected View findSecondaryView() { in findSecondaryView() method in EmptyShadeView
133 mEmptyFooterText = (TextView) findSecondaryView(); in onFinishInflate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DStackScrollerDecorView.java55 mSecondaryView = findSecondaryView(); in onFinishInflate()
292 protected abstract View findSecondaryView(); in findSecondaryView() method in StackScrollerDecorView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DSectionHeaderView.java79 protected View findSecondaryView() { in findSecondaryView() method in SectionHeaderView
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/footer/ui/view/
DFooterViewTest.java85 assertNotNull(mView.findSecondaryView()); in testViewsNotNull()
91 assertTrue(mView.findSecondaryView().hasOnClickListeners()); in setDismissOnClick()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/view/
DFooterView.java92 protected View findSecondaryView() { in findSecondaryView() method in FooterView
271 mClearAllButton = (FooterViewButton) findSecondaryView(); in onFinishInflate()