Searched defs:headerText (Results 1 – 10 of 10) sorted by relevance
42 private String headerText; field in ContactViewHolder65 String headerText, String displayName, Uri contactUri, long contactId, boolean showHeader) { in bind()
30 private final TextView headerText; field in HeaderViewHolder
79 CharSequence headerText) { in ZoneAdapter()82 headerText /* headerText */); in ZoneAdapter() local
65 Locale locale, boolean showItemSummary, @Nullable CharSequence headerText) { in BaseTimeZoneAdapter()
48 final CharSequence headerText = a.getText(R.styleable.SuwHeaderMixin_suwHeaderText); in HeaderMixin() local
563 TextView headerText = activity.findViewById(R.id.title); in testWorkTab_headerIsVisibleInPersonalTab() local582 TextView headerText = activity.findViewById(R.id.title); in testWorkTab_switchTabs_headerStaysSame() local
156 final CharSequence headerText = TextUtils.expandTemplate(getText(resId), args); in setHeaderText() local
187 View headerText = findViewById(R.id.header_text); in styleTextAsTitle() local
348 final String headerText = shouldShowAccountName(accountType) in bindListHeader() local
94 private TextView headerText; field in VoicemailChangePinActivity