Home
last modified time | relevance | path

Searched refs:firstOverflowIndex (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java372 int firstOverflowIndex = -1; in calculateIconTranslations() local
402 if (firstOverflowIndex == -1 && (forceOverflow || isOverflowing)) { in calculateIconTranslations()
403 firstOverflowIndex = noOverflowAfter && !forceOverflow ? i - 1 : i; in calculateIconTranslations()
412 if (firstOverflowIndex != -1) { in calculateIconTranslations()
414 for (int i = firstOverflowIndex; i < childCount; i++) { in calculateIconTranslations()
446 if (firstOverflowIndex != -1) { in calculateIconTranslations()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationChildrenContainer.java572 int firstOverflowIndex = lastVisibleIndex + 1;
577 firstOverflowIndex = getMaxAllowedVisibleChildren(true /* likeCollapsed */);
621 if (i < firstOverflowIndex) {