Searched refs:bubbleSelectedButton (Results 1 – 1 of 1) sorted by relevance
107 RadioButton bubbleSelectedButton = (RadioButton) holder.findViewById(R.id.bubble_selected); in onBindViewHolder() local108 bubbleSelectedButton.setChecked(mSelectedPreference == BUBBLE_PREFERENCE_SELECTED); in onBindViewHolder()109 bubbleSelectedButton.setTag(BUBBLE_PREFERENCE_SELECTED); in onBindViewHolder()112 bubbleSelectedButton.setVisibility(selectedButtonVisibility); in onBindViewHolder()