Searched refs:parentNode (Results 1 – 6 of 6) sorted by relevance
71 parentNode: ShadeNode,78 val childView = parentNode.getChildAt(i)88 detachRecursively(parentNode, specMap)92 parentNode: ShadeNode,99 if (newParentNode != parentNode) {112 parentKey = parentNode.label,121 oldParent = parentNode.label,131 parentNode: ShadeNode,137 val currView = parentNode.getChildAt(index)157 childNode.parent = parentNode[all …]
57 if (!call.parentNode.isPresent) {62 if (call.parentNode.get() !is ExpressionStmt) {67 val parentStmt = call.parentNode.get() as ExpressionStmt68 if (!parentStmt.parentNode.isPresent) {
122 theadrow = this.parentNode;130 if (sortfwdind) { sortfwdind.parentNode.removeChild(sortfwdind); }132 if (sortrevind) { sortrevind.parentNode.removeChild(sortrevind); }
70 const containerNode = referenceNode.parentNode;84 const containerNode = referenceNode.parentNode;
233 DirtyStack* parentNode = findParentRenderNode(frame); in applyRenderNodeTransform() local235 DirtyStack* projectionReceiver = findProjectionReceiver(parentNode); in applyRenderNodeTransform()
82 it.name == (ast.parentNode.get()!! as TypeDeclaration<*>).nameAsString