Searched refs:mInputMethodSettingValues (Results 1 – 5 of 5) sorted by relevance
57 InputMethodSettingValuesWrapper mInputMethodSettingValues; field in AvailableVirtualKeyboardFragment64 mInputMethodSettingValues = InputMethodSettingValuesWrapper.getInstance(mUserAwareContext); in onCreatePreferences()103 mInputMethodSettingValues.refreshAllInputMethodAndSubtypes(); in onResume()127 mInputMethodSettingValues.refreshAllInputMethodAndSubtypes(); in onSaveInputMethodPreference()140 mInputMethodSettingValues.refreshAllInputMethodAndSubtypes(); in updateInputMethodPreferenceViews()146 final List<InputMethodInfo> imis = mInputMethodSettingValues.getInputMethodList(); in updateInputMethodPreferenceViews()
53 private InputMethodSettingValuesWrapper mInputMethodSettingValues; field in AvailableVirtualKeyboadState65 mInputMethodSettingValues.refreshAllInputMethodAndSubtypes(); in onResume()75 mInputMethodSettingValues = InputMethodSettingValuesWrapper.getInstance(mContext); in onCreate()86 mInputMethodSettingValues.refreshAllInputMethodAndSubtypes(); in updateInputMethodPreferenceViews()90 final List<InputMethodInfo> imis = mInputMethodSettingValues.getInputMethodList(); in updateInputMethodPreferenceViews()176 mInputMethodSettingValues.refreshAllInputMethodAndSubtypes(); in onSaveInputMethodPreference()
69 private final InputMethodSettingValuesWrapper mInputMethodSettingValues; field in InputMethodPreferenceController84 mInputMethodSettingValues = InputMethodSettingValuesWrapper.getInstance(context); in InputMethodPreferenceController()211 final boolean isAlwaysChecked = mInputMethodSettingValues.isAlwaysCheckedIme(mImi); in updatePreferenceViews()228 mPreferenceCompat.setChecked(mInputMethodSettingValues.isEnabledImi(mImi)); in updatePreferenceViews()
59 private InputMethodSettingValuesWrapper mInputMethodSettingValues; field in AvailableVirtualKeyboardFragment69 mInputMethodSettingValues = InputMethodSettingValuesWrapper.getInstance(activity); in onCreatePreferences()79 mInputMethodSettingValues.refreshAllInputMethodAndSubtypes(); in onResume()90 mInputMethodSettingValues.refreshAllInputMethodAndSubtypes(); in onSaveInputMethodPreference()143 mInputMethodSettingValues.refreshAllInputMethodAndSubtypes(); in updateInputMethodPreferenceViews()149 final List<InputMethodInfo> imis = mInputMethodSettingValues.getInputMethodList(); in updateInputMethodPreferenceViews()
169 mFragment.mInputMethodSettingValues = mValuesWrapper; in initFragment()