Searched refs:isShortcutImeEnabled (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
H A DPreferencesSettingsFragment.java74 final boolean isShortcutImeEnabled = SubtypeSwitcher.getInstance()
75 .isShortcutImeEnabled();
76 voiceInputKeyOption.setEnabled(isShortcutImeEnabled);
78 isShortcutImeEnabled ? null : getText(R.string.voice_input_disabled_summary));
H A DSettingsValues.java137 && SubtypeSwitcher.getInstance().isShortcutImeEnabled();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DSubtypeSwitcher.java215 public boolean isShortcutImeEnabled() { method in class:SubtypeSwitcher

Completed in 41 milliseconds