Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconContainer.java461 int firstOverflowIndex = -1; in calculateIconXTranslations() local
489 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()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationChildrenContainer.java626 int firstOverflowIndex = lastVisibleIndex + 1;
631 firstOverflowIndex = getMaxAllowedVisibleChildren(true /* likeCollapsed */);
683 if (i < firstOverflowIndex) {