Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
H A DSettingsValues.java68 public final boolean mKeyPreviewPopupOn; field in SettingsValues
137 mKeyPreviewPopupOn = Settings.readKeyPreviewPopupEnabled(prefs, res); in SettingsValues()
386 sb.append("" + mKeyPreviewPopupOn); in dump()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardSwitcher.java161 currentSettingsValues.mKeyPreviewPopupOn, in setKeyboard()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java1068 mainKeyboardView.setKeyPreviewPopupEnabled(currentSettingsValues.mKeyPreviewPopupOn, in onStartInputViewInternal()