Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java609 final SettingsValues currentSettingsValues = mSettings.getCurrent(); in loadSettings() local
610 AudioAndHapticFeedbackManager.getInstance().onSettingsChanged(currentSettingsValues); in loadSettings()
617 refreshPersonalizationDictionarySession(currentSettingsValues); in loadSettings()
619 mStatsUtilsManager.onLoadSettings(this /* context */, currentSettingsValues); in loadSettings()
623 final SettingsValues currentSettingsValues) { in refreshPersonalizationDictionarySession() argument
624 if (!currentSettingsValues.mUsePersonalizedDicts) { in refreshPersonalizationDictionarySession()
839 SettingsValues currentSettingsValues = mSettings.getCurrent(); in onStartInputViewInternal() local
888 final boolean inputTypeChanged = !currentSettingsValues.isSameInputType(editorInfo); in onStartInputViewInternal()
914 currentSettingsValues); in onStartInputViewInternal() local
944 !currentSettingsValues.hasSameOrientation(getResources().getConfiguration())) { in onStartInputViewInternal()
[all …]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardSwitcher.java148 final SettingsValues currentSettingsValues = Settings.getInstance().getCurrent(); in setKeyboard() local
149 setMainKeyboardFrame(currentSettingsValues, toggleState); in setKeyboard()
157 currentSettingsValues.mKeyPreviewPopupOn, in setKeyboard()
158 currentSettingsValues.mKeyPreviewPopupDismissDelay); in setKeyboard()
160 currentSettingsValues.mHasCustomKeyPreviewAnimationParams, in setKeyboard()
161 currentSettingsValues.mKeyPreviewShowUpStartXScale, in setKeyboard()
162 currentSettingsValues.mKeyPreviewShowUpStartYScale, in setKeyboard()
163 currentSettingsValues.mKeyPreviewShowUpDuration, in setKeyboard()
164 currentSettingsValues.mKeyPreviewDismissEndXScale, in setKeyboard()
165 currentSettingsValues.mKeyPreviewDismissEndYScale, in setKeyboard()
[all …]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripView.java195 final SettingsValues currentSettingsValues = Settings.getInstance().getCurrent(); in updateVisibility() local
196 mVoiceKey.setVisibility(currentSettingsValues.mShowsVoiceInputKey ? VISIBLE : INVISIBLE); in updateVisibility()
216 final SettingsValues currentSettingsValues = Settings.getInstance().getCurrent(); in maybeShowImportantNoticeTitle() local
217 if (!ImportantNoticeUtils.shouldShowImportantNotice(getContext(), currentSettingsValues)) { in maybeShowImportantNoticeTitle()