Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/
DNotificationHeadsUpHeight.kt41 ) : ModifierNodeElement<HeadsUpLayoutNode>() { in notificationHeadsUpHeight()
43 override fun create(): HeadsUpLayoutNode = HeadsUpLayoutNode(view) in notificationHeadsUpHeight()
45 override fun update(node: HeadsUpLayoutNode) { in notificationHeadsUpHeight()
50 private class HeadsUpLayoutNode(val view: NotificationScrollView) : class