Searched refs:headerText (Results 1 – 5 of 5) sorted by relevance
45 .headerText(R.string.notification_section_header_incoming) in providesIncomingHeaderSubcomponent()56 .headerText(R.string.notification_section_header_alerting) in providesIncomingHeaderSubcomponent()67 .headerText(R.string.notification_section_header_conversations) in providesIncomingHeaderSubcomponent()78 .headerText(R.string.notification_section_header_gentle) in providesIncomingHeaderSubcomponent()142 @BindsInstance fun headerText(@HeaderText @StringRes headerText: Int): Builder in providesIncomingHeaderSubcomponent() method
48 final CharSequence headerText = a.getText(R.styleable.SuwHeaderMixin_suwHeaderText); in HeaderMixin() local49 if (headerText != null) { in HeaderMixin()50 setText(headerText); in HeaderMixin()
187 View headerText = findViewById(R.id.header_text); in styleTextAsTitle() local188 if (headerText instanceof TextView) { in styleTextAsTitle()189 ((TextView) headerText).setTextAppearance(styleResId); in styleTextAsTitle()
596 TextView headerText = activity.findViewById(R.id.title); in testWorkTab_headerIsVisibleInPersonalTab() local597 String initialText = headerText.getText().toString(); in testWorkTab_headerIsVisibleInPersonalTab()599 assertThat(headerText.getVisibility(), is(View.VISIBLE)); in testWorkTab_headerIsVisibleInPersonalTab()616 TextView headerText = activity.findViewById(R.id.title); in testWorkTab_switchTabs_headerStaysSame() local617 String initialText = headerText.getText().toString(); in testWorkTab_switchTabs_headerStaysSame()622 String currentText = headerText.getText().toString(); in testWorkTab_switchTabs_headerStaysSame()623 assertThat(headerText.getVisibility(), is(View.VISIBLE)); in testWorkTab_switchTabs_headerStaysSame()
6111 CharSequence headerText = p.mSubText; in bindHeaderText() local6112 if (headerText == null && mStyle != null && mStyle.mSummaryTextSet in bindHeaderText()6114 headerText = mStyle.mSummaryText; in bindHeaderText()6116 if (headerText == null in bindHeaderText()6119 headerText = mN.extras.getCharSequence(EXTRA_INFO_TEXT); in bindHeaderText()6121 if (!TextUtils.isEmpty(headerText)) { in bindHeaderText()6123 processLegacyText(headerText), p)); in bindHeaderText()