Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardPasswordView.java292 final int nonAuxCount = subtypes.size() - auxCount; in hasMultipleEnabledIMEsOrSubtypes() local
297 if (nonAuxCount > 0 || (shouldIncludeAuxiliarySubtypes && auxCount > 1)) { in hasMultipleEnabledIMEsOrSubtypes()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java2453 int nonAuxCount = 0; in shouldShowImeSwitcherLocked() local
2463 ++nonAuxCount; in shouldShowImeSwitcherLocked()
2468 ++nonAuxCount; in shouldShowImeSwitcherLocked()
2477 if (nonAuxCount > 1 || auxCount > 1) { in shouldShowImeSwitcherLocked()
2479 } else if (nonAuxCount == 1 && auxCount == 1) { in shouldShowImeSwitcherLocked()