Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/
DNotificationStatsLoggerBinder.kt75 private val NotificationStackScrollLayout.onNotificationLocationsUpdated constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ui/viewbinder/
DHeadsUpNotificationViewBinder.kt78 private val NotificationStackScrollLayout.isHeadsUpAnimatingAway: Flow<Boolean> constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackSizeCalculator.kt423 private val NotificationStackScrollLayout.childrenSequence: Sequence<ExpandableView> in <lambda>() constant
503 private fun NotificationStackScrollLayout.showableChildren() = in <lambda>() method
DNotificationStackScrollLayout.java152 public class NotificationStackScrollLayout class
626 public NotificationStackScrollLayout(Context context, AttributeSet attrs) { in NotificationStackScrollLayout() method in NotificationStackScrollLayout