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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Settings.java 168 mKeyPreviewPopupOn = isKeyPreviewPopupEnabled(prefs, res);
225 public static boolean isKeyPreviewPopupEnabled(SharedPreferences sp, Resources resources) {
447 mKeyPreviewPopupDismissDelay.setEnabled(Values.isKeyPreviewPopupEnabled(prefs, res));
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardSwitcher.java 236 Settings.Values.isKeyPreviewPopupEnabled(mPrefs, mResources),
    [all...]
KeyboardView.java 419 * @see #isKeyPreviewPopupEnabled()
431 public boolean isKeyPreviewPopupEnabled() {
    [all...]

Completed in 315 milliseconds