Home
last modified time | relevance | path

Searched refs:readKeyPreviewPopupEnabled (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSettingsFragment.java176 Settings.readKeyPreviewPopupEnabled(prefs, res)); in onCreate()
251 Settings.readKeyPreviewPopupEnabled(prefs, res)); in onSharedPreferenceChanged()
DSettingsValues.java116 mKeyPreviewPopupOn = Settings.readKeyPreviewPopupEnabled(prefs, res); in SettingsValues()
DSettings.java195 public static boolean readKeyPreviewPopupEnabled(final SharedPreferences prefs, in readKeyPreviewPopupEnabled() method in Settings
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardSwitcher.java186 Settings.readKeyPreviewPopupEnabled(mPrefs, mResources), in setKeyboard()