Searched refs:mInputMethodSettingValues (Results 1 – 3 of 3) sorted by relevance
50 private InputMethodSettingValuesWrapper mInputMethodSettingValues; field in AvailableVirtualKeyboardFragment60 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()
75 private final InputMethodSettingValuesWrapper mInputMethodSettingValues; field in InputMethodPreference118 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()
107 private InputMethodSettingValuesWrapper mInputMethodSettingValues; field in InputMethodAndLanguageSettings123 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()