Searched refs:firstOverflowIndex (Results 1 – 2 of 2) sorted by relevance
511 int firstOverflowIndex = -1; in calculateIconXTranslations() local539 if (firstOverflowIndex == -1 && isOverflowing) { in calculateIconXTranslations()540 firstOverflowIndex = i; in calculateIconXTranslations()548 if (firstOverflowIndex != -1) { in calculateIconXTranslations()550 for (int i = firstOverflowIndex; i < childCount; i++) { in calculateIconXTranslations()
756 int firstOverflowIndex = lastVisibleIndex + 1;761 firstOverflowIndex = getMaxAllowedVisibleChildren(true /* likeCollapsed */);812 if (i < firstOverflowIndex) {