Searched refs:nonAuxSubtype (Results 1 – 1 of 1) sorted by relevance
2756 InputMethodSubtype nonAuxSubtype = null; in shouldShowImeSwitcherLocked() local2770 nonAuxSubtype = subtype; in shouldShowImeSwitcherLocked()2781 if (nonAuxSubtype != null && auxSubtype != null in shouldShowImeSwitcherLocked()2782 && (nonAuxSubtype.getLocale().equals(auxSubtype.getLocale()) in shouldShowImeSwitcherLocked()2784 || nonAuxSubtype.overridesImplicitlyEnabledSubtype()) in shouldShowImeSwitcherLocked()2785 && nonAuxSubtype.containsExtraValueKey(TAG_TRY_SUPPRESSING_IME_SWITCHER)) { in shouldShowImeSwitcherLocked()