OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mRadioButton
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/java/com/android/internal/view/menu/
ListMenuItemView.java
42
private RadioButton
mRadioButton
;
126
if (!checkable &&
mRadioButton
== null && mCheckBox == null) {
136
if (
mRadioButton
== null) {
139
compoundButton =
mRadioButton
;
146
otherCompoundButton =
mRadioButton
;
163
if (
mRadioButton
!= null)
mRadioButton
.setVisibility(GONE);
171
if (
mRadioButton
== null) {
174
compoundButton =
mRadioButton
;
245
mRadioButton
[
all
...]
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
ListMenuItemView.java
45
private RadioButton
mRadioButton
;
135
if (!checkable &&
mRadioButton
== null && mCheckBox == null) {
145
if (
mRadioButton
== null) {
148
compoundButton =
mRadioButton
;
155
otherCompoundButton =
mRadioButton
;
174
if (
mRadioButton
!= null) {
175
mRadioButton
.setVisibility(GONE);
184
if (
mRadioButton
== null) {
187
compoundButton =
mRadioButton
;
258
mRadioButton
[
all
...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListFilterView.java
42
private RadioButton
mRadioButton
;
69
if (
mRadioButton
!= null) {
70
mRadioButton
.setChecked(activated);
84
mRadioButton
= (RadioButton) findViewById(R.id.radioButton);
85
mRadioButton
.setChecked(isActivated());
/packages/apps/Settings/src/com/android/settings/tts/
TtsEnginePreference.java
86
private RadioButton
mRadioButton
;
131
mRadioButton
= rb;
169
mSettingsIcon.setEnabled(
mRadioButton
.isChecked());
178
// case mSettingsIcon &&
mRadioButton
will be null. In this case
180
if (mSettingsIcon != null &&
mRadioButton
!= null) {
181
if (
mRadioButton
.isChecked()) {
/packages/apps/Settings/src/com/android/settings/inputmethod/
SingleSpellCheckerPreference.java
53
private RadioButton
mRadioButton
;
82
mRadioButton
= (RadioButton)view.findViewById(R.id.pref_radio);
122
mRadioButton
.setChecked(selected);
/packages/apps/KeyChain/src/com/android/keychain/
KeyChainActivity.java
292
holder.
mRadioButton
= (RadioButton) view.findViewById(R.id.cert_item_selected);
312
holder.
mRadioButton
.setChecked(adapterPosition == adapterCheckedItemPosition);
353
RadioButton
mRadioButton
;
Completed in 2685 milliseconds