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.java511 int firstOverflowIndex = -1; in calculateIconXTranslations() local
539 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java756 int firstOverflowIndex = lastVisibleIndex + 1;
761 firstOverflowIndex = getMaxAllowedVisibleChildren(true /* likeCollapsed */);
812 if (i < firstOverflowIndex) {