Searched refs:firstOverflowIndex (Results 1 – 2 of 2) sorted by relevance
374 int firstOverflowIndex = -1; in calculateIconTranslations() local404 if (firstOverflowIndex == -1 && (forceOverflow || isOverflowing)) { in calculateIconTranslations()405 firstOverflowIndex = noOverflowAfter && !forceOverflow ? i - 1 : i; in calculateIconTranslations()414 if (firstOverflowIndex != -1) { in calculateIconTranslations()416 for (int i = firstOverflowIndex; i < childCount; i++) { in calculateIconTranslations()454 if (firstOverflowIndex != -1) { in calculateIconTranslations()
526 int firstOverflowIndex = lastVisibleIndex + 1;531 firstOverflowIndex = getMaxAllowedVisibleChildren(true /* likeCollapsed */);575 if (i < firstOverflowIndex) {