Searched refs:radioButton (Results 1 – 4 of 4) sorted by relevance
169 holder.radioButton = (RadioButton) convertView.findViewById(R.id.button); in getView()180 holder.radioButton.setOnCheckedChangeListener(null); in getView()181 holder.radioButton.setChecked(appInfo.isDefault); in getView()182 holder.radioButton.setContentDescription(appInfo.label); in getView()183 holder.radioButton.setOnCheckedChangeListener(this); in getView()184 holder.radioButton.setTag(appInfo); in getView()190 public RadioButton radioButton; field in NfcPaymentPreference.NfcPaymentAdapter.ViewHolder
310 RadioButton radioButton = (RadioButton) row.findViewById(android.R.id.button1);311 radioButton.setChecked(dreamInfo.isActive);312 radioButton.setOnTouchListener(new OnTouchListener() {
274 RadioButton radioButton = in inflateTwoLine() local278 radioButton.setChecked(checked); in inflateTwoLine()
84 mRadioButton = (RadioButton) findViewById(R.id.radioButton); in bindView()