Searched defs:headerTextView (Results 1 – 11 of 11) 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
86 TextView headerTextView = view.findViewById(R.id.header_text); in onViewCreated() local
91 TextView headerTextView = view.findViewById(R.id.header_text); in onViewCreated() local
58 TextView headerTextView = v.findViewById(R.id.header_text); in onCreateView() local
82 TextView headerTextView = view.findViewById(R.id.header_text); in onViewCreated() local
139 TextView headerTextView = view.findViewById(R.id.header_text); in onViewCreated() local
317 TextView headerTextView = getGlifLayout(mActivity).findViewById(R.id.suc_layout_title); in testFaceEnrollIntroduction_hasHeader() local
268 final TextView headerTextView = defaultLayout.getHeaderTextView(); in fingerprintUdfpsOverlayEnrollment_checkViewOverlapPortrait() local
1009 final TextView headerTextView = (TextView) mHeaderView; in addTextHeader() local1016 private void updateHeaderText(TextView headerTextView, String title) { in updateHeaderText()