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.java169 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
/packages/apps/Settings/src/com/android/settings/
DDreamSettings.java310 RadioButton radioButton = (RadioButton) row.findViewById(android.R.id.button1);
311 radioButton.setChecked(dreamInfo.isActive);
312 radioButton.setOnTouchListener(new OnTouchListener() {
/packages/apps/Settings/src/com/android/settings/inputmethod/
DKeyboardLayoutDialogFragment.java274 RadioButton radioButton = in inflateTwoLine() local
278 radioButton.setChecked(checked); in inflateTwoLine()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactListFilterView.java84 mRadioButton = (RadioButton) findViewById(R.id.radioButton); in bindView()