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.java379 int firstOverflowIndex = -1; in calculateIconTranslations() local
409 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java526 int firstOverflowIndex = lastVisibleIndex + 1;
531 firstOverflowIndex = getMaxAllowedVisibleChildren(true /* likeCollapsed */);
574 if (i < firstOverflowIndex) {