Searched refs:buttonFrame (Results 1 – 2 of 2) sorted by relevance
80 View buttonFrame = holder.findViewById(R.id.checkbox_frame); in onBindViewHolder() local81 if (buttonFrame != null) { in onBindViewHolder()82 buttonFrame.setOnClickListener(this); in onBindViewHolder()