Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationIconContainerTest.kt158 val forceOverflow = iconContainer.shouldForceOverflow( in shouldForceOverflow_appearingAboveSpeedBump_true()
169 val forceOverflow = iconContainer.shouldForceOverflow( in shouldForceOverflow_moreThanMaxVisible_true()
180 val forceOverflow = iconContainer.shouldForceOverflow( in shouldForceOverflow_belowSpeedBumpAndLessThanMaxVisible_false()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java434 boolean shouldForceOverflow(int i, int speedBumpIndex, float iconAppearAmount, in shouldForceOverflow() method in NotificationIconContainer
477 final boolean forceOverflow = shouldForceOverflow(i, mSpeedBumpIndex, in calculateIconXTranslations()