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.java63 public final boolean mKeyPreviewPopupOn; field in SettingsValues
132 mKeyPreviewPopupOn = Settings.readKeyPreviewPopupEnabled(prefs, res); in SettingsValues()
366 sb.append("" + mKeyPreviewPopupOn); in dump()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardSwitcher.java153 currentSettingsValues.mKeyPreviewPopupOn, in setKeyboard()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java974 mainKeyboardView.setKeyPreviewPopupEnabled(currentSettingsValues.mKeyPreviewPopupOn, in onStartInputViewInternal()