Searched refs:firstOverflowIndex (Results 1 – 2 of 2) sorted by relevance
379 int firstOverflowIndex = -1; in calculateIconTranslations() local409 if (firstOverflowIndex == -1 && (forceOverflow || isOverflowing)) { in calculateIconTranslations()410 firstOverflowIndex = noOverflowAfter && !forceOverflow ? i - 1 : i; in calculateIconTranslations()419 if (firstOverflowIndex != -1) { in calculateIconTranslations()421 for (int i = firstOverflowIndex; i < childCount; i++) { in calculateIconTranslations()459 if (firstOverflowIndex != -1) { in calculateIconTranslations()
526 int firstOverflowIndex = lastVisibleIndex + 1;531 firstOverflowIndex = getMaxAllowedVisibleChildren(true /* likeCollapsed */);574 if (i < firstOverflowIndex) {