Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackSizeCalculator.kt249 private val NotificationStackScrollLayout.childrenSequence: Sequence<ExpandableView> in <lambda>() constant
309 private fun NotificationStackScrollLayout.showableChildren() = in <lambda>() method
DNotificationStackScrollLayout.java140 public class NotificationStackScrollLayout extends ViewGroup implements Dumpable { class
606 public NotificationStackScrollLayout(Context context, AttributeSet attrs) { in NotificationStackScrollLayout() method in NotificationStackScrollLayout