Searched refs:mRadioButton (Results 1 – 5 of 5) sorted by relevance
41 private RadioButton mRadioButton; field in RadioButtonPreference77 mRadioButton = (RadioButton)view.findViewById(R.id.radio_button); in onBindView()78 mRadioButton.setChecked(mIsSelected); in onBindView()79 mRadioButton.setOnClickListener(mClickListener); in onBindView()92 if (mRadioButton != null) { in setSelected()93 mRadioButton.setChecked(selected); in setSelected()
43 private RadioButton mRadioButton; field in ContactListFilterView70 if (mRadioButton != null) { in setActivated()71 mRadioButton.setChecked(activated); in setActivated()82 return mRadioButton.isChecked(); in isChecked()90 mRadioButton = (RadioButton) findViewById(R.id.radioButton); in bindView()91 mRadioButton.setChecked(isActivated()); in bindView()
85 private RadioButton mRadioButton; field in TtsEnginePreference132 mRadioButton = rb; in onBindViewHolder()162 mSettingsIcon.setEnabled(mRadioButton.isChecked()); in onBindViewHolder()171 if (mSettingsIcon != null && mRadioButton != null) { in setVoiceDataDetails()172 if (mRadioButton.isChecked()) { in setVoiceDataDetails()
46 private RadioButton mRadioButton; field in TtsEnginePreference73 mRadioButton = rb; in onBindViewHolder()79 onRadioButtonClicked(mRadioButton, !mRadioButton.isChecked()); in onClick()
345 holder.mRadioButton = (RadioButton) view.findViewById(R.id.cert_item_selected); in getView()365 holder.mRadioButton.setChecked(adapterPosition == adapterCheckedItemPosition); in getView()406 RadioButton mRadioButton; field in KeyChainActivity.ViewHolder