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/
SettingsFragment.java 221 final boolean isShortcutImeEnabled = SubtypeSwitcher.getInstance().isShortcutImeEnabled();
222 if (isShortcutImeEnabled) {
SubtypeSwitcher.java 202 public boolean isShortcutImeEnabled() {
SettingsValues.java 192 final boolean shortcutImeEnabled = SubtypeSwitcher.getInstance().isShortcutImeEnabled();

Completed in 31 milliseconds