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