Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DShadeViewDiffer.kt80 val childSpec = specMap[childNode.controller] regex
81 maybeDetachChild(parentNode, parentSpec, childNode, childSpec)
95 childSpec: NodeSpec?
97 val newParentNode = childSpec?.parent?.let { getNode(it) }
136 for ((index, childSpec) in parentSpec.children.withIndex()) {
138 val childNode = getNode(childSpec)
176 if (childSpec.children.isNotEmpty()) {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/render/
H A DShadeViewDifferTest.kt235 val childSpec = children[i] regex
243 childSpec.controller.view
245 if (childSpec.children.isNotEmpty()) {
246 checkMatchesSpec(childSpec)