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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Settings.java 264 final boolean isShortcutImeEnabled = SubtypeSwitcher.getInstance().isShortcutImeEnabled();
265 if (isShortcutImeEnabled) {
SubtypeSwitcher.java 228 public boolean isShortcutImeEnabled() {
SettingsValues.java 279 final boolean shortcutImeEnabled = SubtypeSwitcher.getInstance().isShortcutImeEnabled();

Completed in 643 milliseconds