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
40 private val headerTextView = view.requireViewById<TextView>(R.id.header_text) in <lambda>() constant
41 private val headerTextView = view.requireViewById<TextView>(R.id.header_text) in <lambda>() constant
81 TextView headerTextView = view.findViewById(R.id.header_text); in onViewCreated() local
87 TextView headerTextView = v.findViewById(R.id.header_text); in onCreateView() local
104 TextView headerTextView = view.findViewById(R.id.header_text); in onViewCreated() local
342 TextView headerTextView = getGlifLayout(mActivity).findViewById(R.id.suc_layout_title); in testFaceEnrollIntroduction_hasHeader() local
259 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()