Home
last modified time | relevance | path

Searched refs:mInputMethodSettingValues (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/inputmethod/
DAvailableVirtualKeyboardFragment.java50 private InputMethodSettingValuesWrapper mInputMethodSettingValues; field in AvailableVirtualKeyboardFragment
60 mInputMethodSettingValues = InputMethodSettingValuesWrapper.getInstance(activity); in onCreatePreferences()
70 mInputMethodSettingValues.refreshAllInputMethodAndSubtypes(); in onResume()
81 mInputMethodSettingValues.refreshAllInputMethodAndSubtypes(); in onSaveInputMethodPreference()
139 mInputMethodSettingValues.refreshAllInputMethodAndSubtypes(); in updateInputMethodPreferenceViews()
145 final List<InputMethodInfo> imis = mInputMethodSettingValues.getInputMethodList(); in updateInputMethodPreferenceViews()
DInputMethodPreference.java75 private final InputMethodSettingValuesWrapper mInputMethodSettingValues; field in InputMethodPreference
118 mInputMethodSettingValues = InputMethodSettingValuesWrapper.getInstance(context); in InputMethodPreference()
120 && mInputMethodSettingValues.isValidSystemNonAuxAsciiCapableIme(imi, context); in InputMethodPreference()
187 final boolean isAlwaysChecked = mInputMethodSettingValues.isAlwaysCheckedIme( in updatePreferenceViews()
204 setChecked(mInputMethodSettingValues.isEnabledImi(mImi)); in updatePreferenceViews()
DInputMethodAndLanguageSettings.java107 private InputMethodSettingValuesWrapper mInputMethodSettingValues; field in InputMethodAndLanguageSettings
123 mInputMethodSettingValues = InputMethodSettingValuesWrapper.getInstance(activity); in onCreate()
292 mInputMethodSettingValues.refreshAllInputMethodAndSubtypes(); in onResume()
308 this, getContentResolver(), mInputMethodSettingValues.getInputMethodList(), in onPause()
403 ? mInputMethodSettingValues.getInputMethodList() in updateInputMethodPreferenceViews()
436 mInputMethodSettingValues.getInputMethodList(), null); in updateInputMethodPreferenceViews()
452 mInputMethodSettingValues.refreshAllInputMethodAndSubtypes(); in onSaveInputMethodPreference()
513 mInputMethodSettingValues.getCurrentInputMethodName(context); in updateCurrentImeName()