HomeSort by relevance Sort by last modified time
    Searched defs:isKeyPreviewPopupEnabled (Results 1 - 4 of 4) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SettingsValues.java 117 mKeyPreviewPopupOn = isKeyPreviewPopupEnabled(prefs, res);
226 public static boolean isKeyPreviewPopupEnabled(SharedPreferences sp, Resources resources) {
Settings.java 199 SettingsValues.isKeyPreviewPopupEnabled(prefs, res));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardSwitcher.java 176 SettingsValues.isKeyPreviewPopupEnabled(mPrefs, mResources),
KeyboardView.java 415 * @see #isKeyPreviewPopupEnabled()
427 public boolean isKeyPreviewPopupEnabled() {
    [all...]

Completed in 87 milliseconds