Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DShadeViewDiffer.kt79 val childSpec = specMap[childNode.controller] in <lambda>() constant
128 for ((index, childSpec) in parentSpec.children.withIndex()) { in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/render/
DShadeViewDifferTest.java214 NodeSpec childSpec = children.get(i); in checkMatchesSpec() local