Searched refs:subheaderTextView (Results 1 – 2 of 2) sorted by relevance
91 TextView subheaderTextView = v.findViewById(R.id.subheader_text); in onCreateView() local92 checkNotNull(subheaderTextView); in onCreateView()118 UrlUtils.setUrlText(subheaderTextView, in onCreateView()
116 TextView subheaderTextView = view.findViewById(R.id.subheader_text); in onViewCreated() local117 if (subheaderTextView == null) { in onViewCreated()124 subheaderTextView.setText(getString(pair.first, pair.second)); in onViewCreated()