Home
last modified time | relevance | path

Searched refs:nonAuxSubtype (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java2758 InputMethodSubtype nonAuxSubtype = null; in shouldShowImeSwitcherLocked() local
2772 nonAuxSubtype = subtype; in shouldShowImeSwitcherLocked()
2783 if (nonAuxSubtype != null && auxSubtype != null in shouldShowImeSwitcherLocked()
2784 && (nonAuxSubtype.getLocale().equals(auxSubtype.getLocale()) in shouldShowImeSwitcherLocked()
2786 || nonAuxSubtype.overridesImplicitlyEnabledSubtype()) in shouldShowImeSwitcherLocked()
2787 && nonAuxSubtype.containsExtraValueKey(TAG_TRY_SUPPRESSING_IME_SWITCHER)) { in shouldShowImeSwitcherLocked()