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/
PreferencesSettingsFragment.java 74 final boolean isShortcutImeEnabled = SubtypeSwitcher.getInstance()
75 .isShortcutImeEnabled();
76 voiceInputKeyOption.setEnabled(isShortcutImeEnabled);
78 isShortcutImeEnabled ? null : getText(R.string.voice_input_disabled_summary));
SettingsValues.java 137 && SubtypeSwitcher.getInstance().isShortcutImeEnabled();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SubtypeSwitcher.java 215 public boolean isShortcutImeEnabled() {

Completed in 1143 milliseconds