Home
last modified time | relevance | path

Searched refs:bubbleSelectedButton (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/notification/app/
DBubblePreference.java107 RadioButton bubbleSelectedButton = (RadioButton) holder.findViewById(R.id.bubble_selected); in onBindViewHolder() local
108 bubbleSelectedButton.setChecked(mSelectedPreference == BUBBLE_PREFERENCE_SELECTED); in onBindViewHolder()
109 bubbleSelectedButton.setTag(BUBBLE_PREFERENCE_SELECTED); in onBindViewHolder()
112 bubbleSelectedButton.setVisibility(selectedButtonVisibility); in onBindViewHolder()