Searched refs:mInputMethodSettingValues (Results 1 – 3 of 3) sorted by relevance
46 private InputMethodSettingValuesWrapper mInputMethodSettingValues; field in AvailableVirtualKeyboardFragment55 mInputMethodSettingValues = InputMethodSettingValuesWrapper.getInstance(activity); in onCreatePreferences()65 mInputMethodSettingValues.refreshAllInputMethodAndSubtypes(); in onResume()76 mInputMethodSettingValues.refreshAllInputMethodAndSubtypes(); in onSaveInputMethodPreference()88 mInputMethodSettingValues.refreshAllInputMethodAndSubtypes(); in updateInputMethodPreferenceViews()93 final List<InputMethodInfo> imis = mInputMethodSettingValues.getInputMethodList(); in updateInputMethodPreferenceViews()
58 private InputMethodSettingValuesWrapper mInputMethodSettingValues; field in AvailableVirtualKeyboardFragment68 mInputMethodSettingValues = InputMethodSettingValuesWrapper.getInstance(activity); in onCreatePreferences()78 mInputMethodSettingValues.refreshAllInputMethodAndSubtypes(); in onResume()89 mInputMethodSettingValues.refreshAllInputMethodAndSubtypes(); in onSaveInputMethodPreference()142 mInputMethodSettingValues.refreshAllInputMethodAndSubtypes(); in updateInputMethodPreferenceViews()148 final List<InputMethodInfo> imis = mInputMethodSettingValues.getInputMethodList(); in updateInputMethodPreferenceViews()
75 private final InputMethodSettingValuesWrapper mInputMethodSettingValues; field in InputMethodPreference127 mInputMethodSettingValues = InputMethodSettingValuesWrapper.getInstance(context); in InputMethodPreference()202 final boolean isAlwaysChecked = mInputMethodSettingValues.isAlwaysCheckedIme(mImi); in updatePreferenceViews()218 setChecked(mInputMethodSettingValues.isEnabledImi(mImi)); in updatePreferenceViews()