Searched refs:auxCount (Results 1 – 2 of 2) sorted by relevance
286 int auxCount = 0; in hasMultipleEnabledIMEsOrSubtypes() local289 ++auxCount; in hasMultipleEnabledIMEsOrSubtypes()292 final int nonAuxCount = subtypes.size() - auxCount; in hasMultipleEnabledIMEsOrSubtypes()297 if (nonAuxCount > 0 || (shouldIncludeAuxiliarySubtypes && auxCount > 1)) { in hasMultipleEnabledIMEsOrSubtypes()
2454 int auxCount = 0; in shouldShowImeSwitcherLocked() local2471 ++auxCount; in shouldShowImeSwitcherLocked()2477 if (nonAuxCount > 1 || auxCount > 1) { in shouldShowImeSwitcherLocked()2479 } else if (nonAuxCount == 1 && auxCount == 1) { in shouldShowImeSwitcherLocked()