Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DInputMethodManagerService.java2135 InputMethodSubtype auxSubtype = null; in shouldShowImeSwitcherLocked() local
2151 auxSubtype = subtype; in shouldShowImeSwitcherLocked()
2159 if (nonAuxSubtype != null && auxSubtype != null in shouldShowImeSwitcherLocked()
2160 && (nonAuxSubtype.getLocale().equals(auxSubtype.getLocale()) in shouldShowImeSwitcherLocked()
2161 || auxSubtype.overridesImplicitlyEnabledSubtype() in shouldShowImeSwitcherLocked()