Searched refs:nonAuxCount (Results 1 – 2 of 2) sorted by relevance
297 final int nonAuxCount = subtypes.size() - auxCount; in hasMultipleEnabledIMEsOrSubtypes() local302 if (nonAuxCount > 0 || (shouldIncludeAuxiliarySubtypes && auxCount > 1)) { in hasMultipleEnabledIMEsOrSubtypes()
2754 int nonAuxCount = 0; in shouldShowImeSwitcherLocked() local2764 ++nonAuxCount; in shouldShowImeSwitcherLocked()2769 ++nonAuxCount; in shouldShowImeSwitcherLocked()2778 if (nonAuxCount > 1 || auxCount > 1) { in shouldShowImeSwitcherLocked()2780 } else if (nonAuxCount == 1 && auxCount == 1) { in shouldShowImeSwitcherLocked()