Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackSizeCalculator.kt375 private val NotificationStackScrollLayout.childrenSequence: Sequence<ExpandableView> regex
455 private fun NotificationStackScrollLayout.showableChildren() = regex
H A DNotificationStackScrollLayout.java141 public class NotificationStackScrollLayout extends ViewGroup implements Dumpable { class
620 public NotificationStackScrollLayout(Context context, AttributeSet attrs) { in NotificationStackScrollLayout() method in NotificationStackScrollLayout