Home
last modified time | relevance | path

Searched refs:radioButton (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/nfc/
DNfcPaymentPreference.java174 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
/packages/apps/Settings/src/com/android/settings/
DDreamSettings.java305 RadioButton radioButton = (RadioButton) holder.findViewById(android.R.id.button1);
306 radioButton.setChecked(mInfo.isActive);
307 radioButton.setOnTouchListener(new OnTouchListener() {
/packages/apps/Settings/src/com/android/settings/inputmethod/
DKeyboardLayoutDialogFragment.java287 RadioButton radioButton = in inflateTwoLine() local
291 radioButton.setChecked(checked); in inflateTwoLine()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactListFilterView.java90 mRadioButton = (RadioButton) findViewById(R.id.radioButton); in bindView()