Searched refs:subtitleTextView (Results 1 – 3 of 3) sorted by relevance
145 final TextView subtitleTextView = (TextView) itemView.findViewById(R.id.subtitle); in getView() local149 subtitleTextView.setText(summaryText); in getView()150 subtitleTextView.setVisibility(View.VISIBLE); in getView()152 subtitleTextView.setVisibility(View.GONE); in getView()
829 TextView subtitleTextView = (TextView) contentView.findViewById( in createSkipTutorialDialog() local831 if (subtitleTextView != null) { in createSkipTutorialDialog()832 subtitleTextView.setText( in createSkipTutorialDialog()
128 TextView subtitleTextView = (TextView) holder.findViewById(R.id.issue_card_subtitle); in onBindViewHolder() local129 maybeDisplayText(mIssue.getSubtitle(), subtitleTextView); in onBindViewHolder() local