Home
last modified time | relevance | path

Searched defs:headerText (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
DHeaderMixin.java48 final CharSequence headerText = a.getText(R.styleable.SuwHeaderMixin_suwHeaderText); in HeaderMixin() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
DNotificationSectionHeadersModule.kt234 @BindsInstance fun headerText(@HeaderText @StringRes headerText: Int): Builder in providesIncomingHeaderSubcomponent() method
/frameworks/base/core/java/android/view/
DNotificationHeaderView.java274 View headerText = findViewById(R.id.header_text); in styleTextAsTitle() local
/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DResolverActivityTest.java600 TextView headerText = activity.findViewById(R.id.title); in testWorkTab_headerIsVisibleInPersonalTab() local
620 TextView headerText = activity.findViewById(R.id.title); in testWorkTab_switchTabs_headerStaysSame() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/promoted/
DAODPromotedNotification.kt257 private val headerText: TextView? = root.findViewById(R.id.header_text) constant
/frameworks/base/core/java/android/app/
DNotification.java6382 CharSequence headerText = p.mSubText; in bindHeaderText() local