Searched refs:radioButton (Results 1 – 9 of 9) sorted by relevance
107 SelectorWithWidgetPreference radioButton = entry.getValue(); in onSpeedInfoMapDataChanged() local108 if (radioButton == null) { in onSpeedInfoMapDataChanged()112 radioButton.setVisible(false); in onSpeedInfoMapDataChanged()115 radioButton.setEnabled(speedInfo.mIsEnabled); in onSpeedInfoMapDataChanged()116 radioButton.setChecked(speedInfo.mIsChecked); in onSpeedInfoMapDataChanged()118 radioButton.setSummary(speedInfo.mSummary); in onSpeedInfoMapDataChanged()121 radioButton.setVisible(true); in onSpeedInfoMapDataChanged()
218 holder.radioButton = convertView.findViewById(R.id.button); in getView()228 holder.radioButton.setOnCheckedChangeListener(null); in getView()229 holder.radioButton.setChecked(appInfo.isDefault); in getView()230 holder.radioButton.setContentDescription(appInfo.label + " (" + um.getUserName() + ")"); in getView()231 holder.radioButton.setOnCheckedChangeListener(this); in getView()232 holder.radioButton.setTag(appInfo); in getView()233 holder.radioButton.setText(appInfo.label + " (" + um.getUserName() + ")"); in getView()238 public RadioButton radioButton; field in NfcPaymentPreferenceController.NfcPaymentAdapter.ViewHolder
90 RadioButton radioButton; in onBindDialogView() local92 radioButton = view.findViewById(mRadioButtonIds.get(i)); in onBindDialogView()93 if (radioButton == null) { in onBindDialogView()97 radioButton.setText(mRadioButtonStrings.get(i)); in onBindDialogView()98 radioButton.setEnabled(selectableIndex.contains(i)); in onBindDialogView()
119 val radioButton = in <lambda>() constant122 radioButton.text = roots[i].summary in <lambda>()123 radioButton.id = i in <lambda>()125 radioButton.isChecked = true in <lambda>()127 radioGroup.addView(radioButton) in <lambda>()
87 RadioButton radioButton = findViewById(resId); in init() local88 if (radioButton != null) { in init()89 radioButton.setOnCheckedChangeListener(mChildOnCheckedChangeListener); in init()
56 RadioButton radioButton = (RadioButton) holder.findViewById(R.id.radio_button); in onBindViewHolder() local57 radioButton.setChecked(isChecked()); in onBindViewHolder()
282 RadioButton radioButton = in inflateTwoLine() local286 radioButton.setChecked(checked); in inflateTwoLine()
90 mRadioButton = (RadioButton) findViewById(R.id.radioButton); in bindView()
550 RadioButton radioButton = (RadioButton) holder.findViewById(R.id.radio_button); in onBindViewHolder() local551 radioButton.setChecked(isChecked()); in onBindViewHolder()