HomeSort by relevance Sort by last modified time
    Searched refs:mRadioButton (Results 1 - 9 of 9) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
RadioButtonPreference.java 41 private RadioButton mRadioButton;
73 mRadioButton = (RadioButton)view.findViewById(R.id.radio_button);
74 mRadioButton.setChecked(mIsSelected);
75 mRadioButton.setOnClickListener(mClickListener);
88 if (mRadioButton != null) {
89 mRadioButton.setChecked(selected);
  /frameworks/base/core/java/com/android/internal/view/menu/
ListMenuItemView.java 42 private RadioButton mRadioButton;
130 if (!checkable && mRadioButton == null && mCheckBox == null) {
140 if (mRadioButton == null) {
143 compoundButton = mRadioButton;
150 otherCompoundButton = mRadioButton;
167 if (mRadioButton != null) mRadioButton.setVisibility(GONE);
175 if (mRadioButton == null) {
178 compoundButton = mRadioButton;
249 mRadioButton
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
ListMenuItemView.java 45 private RadioButton mRadioButton;
130 if (!checkable && mRadioButton == null && mCheckBox == null) {
140 if (mRadioButton == null) {
143 compoundButton = mRadioButton;
150 otherCompoundButton = mRadioButton;
169 if (mRadioButton != null) {
170 mRadioButton.setVisibility(GONE);
179 if (mRadioButton == null) {
182 compoundButton = mRadioButton;
253 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/inputmethod/
SpellCheckerPreference.java 57 private RadioButton mRadioButton;
85 mRadioButton = (RadioButton)view.findViewById(R.id.pref_radio);
130 if (mRadioButton != null) {
131 mRadioButton.setChecked(selected);
  /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/voice/
VoiceInputPreference.java 60 private RadioButton mRadioButton;
107 mRadioButton = rb;
159 mRadioButton.performClick();
  /packages/apps/KeyChain/src/com/android/keychain/
KeyChainActivity.java 297 holder.mRadioButton = (RadioButton) view.findViewById(R.id.cert_item_selected);
317 holder.mRadioButton.setChecked(adapterPosition == adapterCheckedItemPosition);
358 RadioButton mRadioButton;
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 246 milliseconds