Home
last modified time | relevance | path

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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardPasswordView.java258 final int nonAuxCount = subtypes.size() - auxCount; in hasMultipleEnabledIMEsOrSubtypes() local
263 if (nonAuxCount > 0 || (shouldIncludeAuxiliarySubtypes && auxCount > 1)) { in hasMultipleEnabledIMEsOrSubtypes()
/frameworks/base/services/core/java/com/android/server/
DInputMethodManagerService.java1740 int nonAuxCount = 0; in shouldShowImeSwitcherLocked() local
1750 ++nonAuxCount; in shouldShowImeSwitcherLocked()
1755 ++nonAuxCount; in shouldShowImeSwitcherLocked()
1764 if (nonAuxCount > 1 || auxCount > 1) { in shouldShowImeSwitcherLocked()
1766 } else if (nonAuxCount == 1 && auxCount == 1) { in shouldShowImeSwitcherLocked()