Searched refs:setButtonTextView (Results 1 – 2 of 2) sorted by relevance
111 .setButtonTextView((TextView) holder.findViewById(R.id.button1Text)) in onBindViewHolder()117 .setButtonTextView((TextView) holder.findViewById(R.id.button2Text)) in onBindViewHolder()123 .setButtonTextView((TextView) holder.findViewById(R.id.button3Text)) in onBindViewHolder()129 .setButtonTextView((TextView) holder.findViewById(R.id.button4Text)) in onBindViewHolder()
131 ActionButtonInfo setButtonTextView(TextView textView) { in setButtonTextView() method in ActionButtonInfo