Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardPasswordViewController.java339 int auxCount = 0; in hasMultipleEnabledIMEsOrSubtypes() local
342 ++auxCount; in hasMultipleEnabledIMEsOrSubtypes()
345 final int nonAuxCount = subtypes.size() - auxCount; in hasMultipleEnabledIMEsOrSubtypes()
350 if (nonAuxCount > 0 || (shouldIncludeAuxiliarySubtypes && auxCount > 1)) { in hasMultipleEnabledIMEsOrSubtypes()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java2757 int auxCount = 0; in shouldShowImeSwitcherLocked() local
2774 ++auxCount; in shouldShowImeSwitcherLocked()
2780 if (nonAuxCount > 1 || auxCount > 1) { in shouldShowImeSwitcherLocked()
2782 } else if (nonAuxCount == 1 && auxCount == 1) { in shouldShowImeSwitcherLocked()