Searched defs:headerTextView (Results 1 – 5 of 5) sorted by relevance
26 private TextView headerTextView; field in HeaderViewHolder
28 private final TextView headerTextView; field in NewVoicemailHeaderViewHolder
43 final TextView headerTextView = in updateAccountFilterTitle() local
79 TextView headerTextView = new TextView(InstrumentationRegistry.getTargetContext()); in onBindViewHolderSetsViewCorrectly() local
1009 final TextView headerTextView = (TextView) mHeaderView; in addTextHeader() local1016 private void updateHeaderText(TextView headerTextView, String title) { in updateHeaderText()