Searched refs:actionTextView (Results 1 – 1 of 1) sorted by relevance
138 TextView actionTextView = holder.itemView.findViewById(R.id.action_text); in onBindViewHolder() local139 if (actionTextView != null) { in onBindViewHolder()141 actionTextView.setText(mActionText); in onBindViewHolder()142 actionTextView.setVisibility(View.VISIBLE); in onBindViewHolder()144 actionTextView.setTextColor(mWarningTextColor); in onBindViewHolder()146 actionTextView.setTextColor(mNormalTextColor); in onBindViewHolder()149 actionTextView.setVisibility(View.GONE); in onBindViewHolder()