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 255 final boolean isShortcutImeEnabled = SubtypeSwitcher.getInstance().isShortcutImeEnabled();
256 if (isShortcutImeEnabled) {
SubtypeSwitcher.java 234 public boolean isShortcutImeEnabled() {
SettingsValues.java 331 final boolean shortcutImeEnabled = SubtypeSwitcher.getInstance().isShortcutImeEnabled();

Completed in 26 milliseconds