Home
last modified time | relevance | path

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

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