OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mRadioButton
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/com/android/internal/view/menu/
ListMenuItemView.java
40
private RadioButton
mRadioButton
;
125
if (!checkable &&
mRadioButton
== null && mCheckBox == null) {
129
if (
mRadioButton
== null) {
142
compoundButton =
mRadioButton
;
146
otherCompoundButton =
mRadioButton
;
163
mRadioButton
.setVisibility(GONE);
171
if (
mRadioButton
== null) {
174
compoundButton =
mRadioButton
;
245
mRadioButton
=
248
addView(
mRadioButton
);
[
all
...]
/packages/apps/Settings/src/com/android/settings/tts/
TtsEnginePreference.java
79
private RadioButton
mRadioButton
;
124
mRadioButton
= rb;
163
mSettingsIcon.setEnabled(
mRadioButton
.isChecked());
/packages/apps/Settings/src/com/android/settings/inputmethod/
SingleSpellCheckerPreference.java
51
private RadioButton
mRadioButton
;
80
mRadioButton
= (RadioButton)view.findViewById(R.id.pref_radio);
120
mRadioButton
.setChecked(selected);
/packages/apps/KeyChain/src/com/android/keychain/
KeyChainActivity.java
290
holder.
mRadioButton
= (RadioButton) view.findViewById(R.id.cert_item_selected);
310
holder.
mRadioButton
.setChecked(adapterPosition == adapterCheckedItemPosition);
351
RadioButton
mRadioButton
;
Completed in 220 milliseconds