Searched refs:hasMultipleEnabledIMEsOrSubtypes (Results 1 - 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardSwitcher.java172 final boolean hasMultipleEnabledIMEsOrSubtypes = mRichImm
173 .hasMultipleEnabledIMEsOrSubtypes(true /* shouldIncludeAuxiliarySubtypes */);
175 hasMultipleEnabledIMEsOrSubtypes);
H A DMainKeyboardView.java778 final boolean hasMultipleEnabledIMEsOrSubtypes) {
783 mHasMultipleEnabledIMEsOrSubtypes = hasMultipleEnabledIMEsOrSubtypes;
776 startDisplayLanguageOnSpacebar(final boolean subtypeChanged, final int languageOnSpacebarFormatType, final boolean hasMultipleEnabledIMEsOrSubtypes) argument
/packages/apps/Settings/src/com/android/settings/
H A DCryptKeeper.java773 if (imeSwitcher != null && hasMultipleEnabledIMEsOrSubtypes(imm, false)) {
824 private boolean hasMultipleEnabledIMEsOrSubtypes(InputMethodManager imm, method in class:CryptKeeper
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DRichInputMethodManager.java358 public boolean hasMultipleEnabledIMEsOrSubtypes(final boolean shouldIncludeAuxiliarySubtypes) { method in class:RichInputMethodManager
H A DLatinIME.java1353 if (mRichImm.hasMultipleEnabledIMEsOrSubtypes(true /* include aux subtypes */)) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
H A DSettingsValues.java279 return imm.hasMultipleEnabledIMEsOrSubtypes(false /* include aux subtypes */);

Completed in 108 milliseconds