Searched refs:firstOverflowIndex (Results 1 – 2 of 2) sorted by relevance
461 int firstOverflowIndex = -1; in calculateIconXTranslations() local489 if (firstOverflowIndex == -1 && isOverflowing) { in calculateIconXTranslations()490 firstOverflowIndex = i; in calculateIconXTranslations()499 if (firstOverflowIndex != -1) { in calculateIconXTranslations()501 for (int i = firstOverflowIndex; i < childCount; i++) { in calculateIconXTranslations()
626 int firstOverflowIndex = lastVisibleIndex + 1;631 firstOverflowIndex = getMaxAllowedVisibleChildren(true /* likeCollapsed */);683 if (i < firstOverflowIndex) {