Searched refs:specMap (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/ |
D | ShadeViewDiffer.kt | 50 val specMap = treeToMap(spec) in <lambda>() constant 57 detachChildren(rootNode, specMap) in <lambda>() 58 attachChildren(rootNode, specMap) in <lambda>() 72 specMap: Map<NodeController, NodeSpec> in <lambda>() 75 fun detachRecursively(parentNode: ShadeNode, specMap: Map<NodeController, NodeSpec>) { in <lambda>() 76 val parentSpec = specMap[parentNode.controller] in <lambda>() 80 val childSpec = specMap[childNode.controller] in <lambda>() 83 detachRecursively(childNode, specMap) in <lambda>() 88 detachRecursively(parentNode, specMap) in <lambda>() 135 specMap: Map<NodeController, NodeSpec> in <lambda>() [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/ |
D | QSFactoryImplTest.kt | 65 private val specMap = mapOf( in <lambda>() constant 184 specMap.forEach { spec, klazz -> in <lambda>() 202 specMap.forEach { spec, _ -> in <lambda>()
|