Searched refs:radioButton (Results 1 – 6 of 6) sorted by relevance
214 holder.radioButton = convertView.findViewById(R.id.button); in getView()221 holder.radioButton.setOnCheckedChangeListener(null); in getView()222 holder.radioButton.setChecked(appInfo.isDefault); in getView()223 holder.radioButton.setContentDescription(appInfo.label); in getView()224 holder.radioButton.setOnCheckedChangeListener(this); in getView()225 holder.radioButton.setTag(appInfo); in getView()226 holder.radioButton.setText(appInfo.label); in getView()231 public RadioButton radioButton; field in NfcPaymentPreferenceController.NfcPaymentAdapter.ViewHolder
84 RadioButton radioButton = (RadioButton) holder.findViewById(R.id.radio_button); in onBindViewHolder() local85 radioButton.setOnCheckedChangeListener(null); in onBindViewHolder()86 radioButton.setChecked(mChecked); in onBindViewHolder()87 radioButton.setOnCheckedChangeListener(mOnCheckedChangeListener); in onBindViewHolder()
282 RadioButton radioButton = in inflateTwoLine() local286 radioButton.setChecked(checked); in inflateTwoLine()
90 mRadioButton = (RadioButton) findViewById(R.id.radioButton); in bindView()