Searched refs:mRadioButton (Results 1 – 8 of 8) 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()
47 private RadioButton mRadioButton; field in ListMenuItemView168 if (!checkable && mRadioButton == null && mCheckBox == null) { in setCheckable()178 if (mRadioButton == null) { in setCheckable()181 compoundButton = mRadioButton; in setCheckable()188 otherCompoundButton = mRadioButton; in setCheckable()205 if (mRadioButton != null) mRadioButton.setVisibility(GONE); in setCheckable()213 if (mRadioButton == null) { in setChecked()216 compoundButton = mRadioButton; in setChecked()293 mRadioButton = in insertRadioButton()296 addContentView(mRadioButton); in insertRadioButton()
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()
50 private RadioButton mRadioButton; field in TtsEnginePreference77 mRadioButton = rb; in onBindViewHolder()83 onRadioButtonClicked(mRadioButton, !mRadioButton.isChecked()); in onClick()
184 final RadioButton mRadioButton; field in CarUiListItemAdapter.ListItemViewHolder202 mRadioButton = requireViewByRefId(itemView, R.id.car_ui_list_item_radio_button_widget); in ListItemViewHolder()282 mRadioButton.setVisibility(View.GONE); in bind()310 bindCompoundButton(item, mRadioButton, itemOnClickListener); in bind()
147 mRadioButton.setOnCheckedChangeListener( in bind()
259 final RadioButton mRadioButton; field in ListItemAdapter.ListItemViewHolder277 mRadioButton = itemView.requireViewById(R.id.list_item_radio_button_widget); in ListItemViewHolder()337 mRadioButton.setVisibility(View.GONE); in bind()365 bindCompoundButton(item, mRadioButton, itemOnClickListener); in bind()
603 holder.mRadioButton = (RadioButton) view.findViewById(R.id.cert_item_selected); in getView()623 holder.mRadioButton.setChecked(adapterPosition == adapterCheckedItemPosition); in getView()662 RadioButton mRadioButton; field in KeyChainActivity.ViewHolder