Searched refs:radioButton (Results 1 – 4 of 4) sorted by relevance
174 holder.radioButton = (RadioButton) convertView.findViewById(R.id.button); in getView()185 holder.radioButton.setOnCheckedChangeListener(null); in getView()186 holder.radioButton.setChecked(appInfo.isDefault); in getView()187 holder.radioButton.setContentDescription(appInfo.label); in getView()188 holder.radioButton.setOnCheckedChangeListener(this); in getView()189 holder.radioButton.setTag(appInfo); in getView()195 public RadioButton radioButton; field in NfcPaymentPreference.NfcPaymentAdapter.ViewHolder
305 RadioButton radioButton = (RadioButton) holder.findViewById(android.R.id.button1);306 radioButton.setChecked(mInfo.isActive);307 radioButton.setOnTouchListener(new OnTouchListener() {
287 RadioButton radioButton = in inflateTwoLine() local291 radioButton.setChecked(checked); in inflateTwoLine()
90 mRadioButton = (RadioButton) findViewById(R.id.radioButton); in bindView()