Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationIconContainerTest.kt209 val forceOverflow = iconContainer.shouldForceOverflow(
220 val forceOverflow = iconContainer.shouldForceOverflow(
231 val forceOverflow = iconContainer.shouldForceOverflow(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconContainer.java435 boolean shouldForceOverflow(int i, int speedBumpIndex, float iconAppearAmount, in shouldForceOverflow() method in NotificationIconContainer
483 final boolean forceOverflow = shouldForceOverflow(i, mSpeedBumpIndex, in calculateIconXTranslations()