HomeSort by relevance Sort by last modified time
    Searched refs:currentSettingsValues (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardSwitcher.java 148 final SettingsValues currentSettingsValues = Settings.getInstance().getCurrent();
149 setMainKeyboardFrame(currentSettingsValues, toggleState);
157 currentSettingsValues.mKeyPreviewPopupOn,
158 currentSettingsValues.mKeyPreviewPopupDismissDelay);
160 currentSettingsValues.mHasCustomKeyPreviewAnimationParams,
161 currentSettingsValues.mKeyPreviewShowUpStartXScale,
162 currentSettingsValues.mKeyPreviewShowUpStartYScale,
163 currentSettingsValues.mKeyPreviewShowUpDuration,
164 currentSettingsValues.mKeyPreviewDismissEndXScale,
165 currentSettingsValues.mKeyPreviewDismissEndYScale
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 609 final SettingsValues currentSettingsValues = mSettings.getCurrent();
610 AudioAndHapticFeedbackManager.getInstance().onSettingsChanged(currentSettingsValues);
617 refreshPersonalizationDictionarySession(currentSettingsValues);
619 mStatsUtilsManager.onLoadSettings(this /* context */, currentSettingsValues);
623 final SettingsValues currentSettingsValues) {
624 if (!currentSettingsValues.mUsePersonalizedDicts) {
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripView.java 195 final SettingsValues currentSettingsValues = Settings.getInstance().getCurrent();
196 mVoiceKey.setVisibility(currentSettingsValues.mShowsVoiceInputKey ? VISIBLE : INVISIBLE);
216 final SettingsValues currentSettingsValues = Settings.getInstance().getCurrent();
217 if (!ImportantNoticeUtils.shouldShowImportantNotice(getContext(), currentSettingsValues)) {

Completed in 67 milliseconds