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.kt219 iconContainer.shouldForceOverflow( in shouldForceOverflow_appearingAboveSpeedBump_true()
231 iconContainer.shouldForceOverflow( in shouldForceOverflow_moreThanMaxVisible_true()
243 iconContainer.shouldForceOverflow( in shouldForceOverflow_belowSpeedBumpAndLessThanMaxVisible_false()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java481 boolean shouldForceOverflow(int i, int speedBumpIndex, float iconAppearAmount, in shouldForceOverflow() method in NotificationIconContainer
533 final boolean forceOverflow = shouldForceOverflow(i, mSpeedBumpIndex, in calculateIconXTranslations()