Searched defs:headerText (Results 1 – 6 of 6) sorted by relevance
48 final CharSequence headerText = a.getText(R.styleable.SuwHeaderMixin_suwHeaderText); in HeaderMixin() local
234 @BindsInstance fun headerText(@HeaderText @StringRes headerText: Int): Builder in providesIncomingHeaderSubcomponent() method
274 View headerText = findViewById(R.id.header_text); in styleTextAsTitle() local
600 TextView headerText = activity.findViewById(R.id.title); in testWorkTab_headerIsVisibleInPersonalTab() local620 TextView headerText = activity.findViewById(R.id.title); in testWorkTab_switchTabs_headerStaysSame() local
257 private val headerText: TextView? = root.findViewById(R.id.header_text) constant
6382 CharSequence headerText = p.mSubText; in bindHeaderText() local