Searched refs:childSpec (Results 1 – 2 of 2) sorted by relevance
80 val childSpec = specMap[childNode.controller] regex81 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()) {
235 val childSpec = children[i] regex243 childSpec.controller.view245 if (childSpec.children.isNotEmpty()) {246 checkMatchesSpec(childSpec)