Searched refs:mRadioButton (Results 1 – 4 of 4) sorted by relevance
42 private RadioButton mRadioButton; field in ContactListFilterView69 if (mRadioButton != null) { in setActivated()70 mRadioButton.setChecked(activated); in setActivated()84 mRadioButton = (RadioButton) findViewById(R.id.radioButton); in bindView()85 mRadioButton.setChecked(isActivated()); in bindView()
80 private RadioButton mRadioButton; field in TtsEnginePreference125 mRadioButton = rb; in getView()160 mSettingsIcon.setEnabled(mRadioButton.isChecked()); in getView()171 if (mSettingsIcon != null && mRadioButton != null) { in setVoiceDataDetails()172 mSettingsIcon.setEnabled(mRadioButton.isChecked()); in setVoiceDataDetails()
53 private RadioButton mRadioButton; field in SingleSpellCheckerPreference82 mRadioButton = (RadioButton)view.findViewById(R.id.pref_radio); in onBindView()122 mRadioButton.setChecked(selected); in updateSelectedState()
298 holder.mRadioButton = (RadioButton) view.findViewById(R.id.cert_item_selected); in getView()318 holder.mRadioButton.setChecked(adapterPosition == adapterCheckedItemPosition); in getView()359 RadioButton mRadioButton; field in KeyChainActivity.ViewHolder