Home
last modified time | relevance | path

Searched defs:shouldForceIntoShelf (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackSizeCalculator.kt352 val shouldForceIntoShelf: Boolean, in <lambda>() constant in com.android.systemui.statusbar.notification.stack.NotificationStackSizeCalculator.StackHeight
592 fun shouldForceIntoShelf(): Boolean = ongoing > 1 || important > 1 || other > 0 in <lambda>() method