Searched defs:headerTextView (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/calllog/ui/
H A DHeaderViewHolder.java26 private TextView headerTextView; field in class:HeaderViewHolder
30 headerTextView = view.findViewById(R.id.new_call_log_header_text);
34 headerTextView.setText(header);
/packages/apps/Dialer/java/com/android/dialer/voicemail/listui/
H A DNewVoicemailHeaderViewHolder.java28 private final TextView headerTextView; field in class:NewVoicemailHeaderViewHolder
32 headerTextView = view.findViewById(R.id.new_voicemail_header_text);
36 headerTextView.setText(header);
41 return headerTextView.getText().toString();
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactListItemView.java1012 final TextView headerTextView = (TextView) mHeaderView;
1013 headerTextView.setTextAppearance(getContext(), R.style.SectionHeaderStyle);
1014 headerTextView.setGravity(Gravity.CENTER_HORIZONTAL);
1015 updateHeaderText(headerTextView, title);
1016 addView(headerTextView);
1019 private void updateHeaderText(TextView headerTextView, String title) { argument
1020 setMarqueeText(headerTextView, title);
1021 headerTextView.setAllCaps(true);
1023 headerTextView.setContentDescription(
1026 headerTextView
[all...]

Completed in 1570 milliseconds