Searched refs:currentSettingsValues (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
H A D | LatinIME.java | 661 refreshPersonalizationDictionarySession(currentSettingsValues); in loadSettings() 667 final SettingsValues currentSettingsValues) { in refreshPersonalizationDictionarySession() argument 668 if (!currentSettingsValues.mUsePersonalizedDicts) { in refreshPersonalizationDictionarySession() 923 SettingsValues currentSettingsValues = mSettings.getCurrent(); in onStartInputViewInternal() local 998 currentSettingsValues); in onStartInputViewInternal() local 1033 currentSettingsValues = mSettings.getCurrent(); in onStartInputViewInternal() 1069 currentSettingsValues.mKeyPreviewPopupDismissDelay); in onStartInputViewInternal() 1071 currentSettingsValues.mSlidingKeyInputPreviewEnabled); in onStartInputViewInternal() 1073 currentSettingsValues.mGestureInputEnabled, in onStartInputViewInternal() 1074 currentSettingsValues.mGestureTrailEnabled, in onStartInputViewInternal() [all …]
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
H A 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 …]
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/ |
H A 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()
|