Searched refs:currentSettingsValues (Results 1 – 3 of 3) sorted by relevance
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | LatinIME.java | 655 final SettingsValues currentSettingsValues = mSettings.getCurrent(); in loadSettings() local 656 AudioAndHapticFeedbackManager.getInstance().onSettingsChanged(currentSettingsValues); in loadSettings() 663 refreshPersonalizationDictionarySession(currentSettingsValues); in loadSettings() 665 mStatsUtilsManager.onLoadSettings(this /* context */, currentSettingsValues); in loadSettings() 669 final SettingsValues currentSettingsValues) { in refreshPersonalizationDictionarySession() argument 670 if (!currentSettingsValues.mUsePersonalizedDicts) { in refreshPersonalizationDictionarySession() 904 SettingsValues currentSettingsValues = mSettings.getCurrent(); in onStartInputViewInternal() local 953 final boolean inputTypeChanged = !currentSettingsValues.isSameInputType(editorInfo); in onStartInputViewInternal() 979 currentSettingsValues); in onStartInputViewInternal() local 1009 !currentSettingsValues.hasSameOrientation(getResources().getConfiguration())) { in onStartInputViewInternal() [all …]
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
D | KeyboardSwitcher.java | 152 final SettingsValues currentSettingsValues = Settings.getInstance().getCurrent(); in setKeyboard() local 153 setMainKeyboardFrame(currentSettingsValues, toggleState); in setKeyboard() 161 currentSettingsValues.mKeyPreviewPopupOn, in setKeyboard() 162 currentSettingsValues.mKeyPreviewPopupDismissDelay); in setKeyboard() 164 currentSettingsValues.mHasCustomKeyPreviewAnimationParams, in setKeyboard() 165 currentSettingsValues.mKeyPreviewShowUpStartXScale, in setKeyboard() 166 currentSettingsValues.mKeyPreviewShowUpStartYScale, in setKeyboard() 167 currentSettingsValues.mKeyPreviewShowUpDuration, in setKeyboard() 168 currentSettingsValues.mKeyPreviewDismissEndXScale, in setKeyboard() 169 currentSettingsValues.mKeyPreviewDismissEndYScale, in setKeyboard() [all …]
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/ |
D | SuggestionStripView.java | 195 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()
|