Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DShadeViewManager.kt61 children.add(buildNotifNode(entry, this)) in <lambda>()
68 private fun buildNotifNode(entry: ListEntry, parent: NodeSpec): NodeSpec = when (entry) { in <lambda>() method
71 .apply { entry.children.forEach { children.add(buildNotifNode(it, this)) } } in <lambda>()