Searched refs:parentUiNode (Results 1 – 3 of 3) sorted by relevance
511 UiViewElementNode parentUiNode = parentNode.getNode(); in callCreateHooks() local512 parentRule = loadRule(parentUiNode); in callCreateHooks()585 UiViewElementNode parentUiNode = parentNode.getNode(); in callOnRemovingChildren() local586 IViewRule parentRule = loadRule(parentUiNode); in callOnRemovingChildren()
932 UiViewElementNode parentUiNode = parentViewInfo.getUiViewNode(); in selectDropped() local933 if (parentUiNode != null) { in selectDropped()934 List<UiElementNode> children = parentUiNode.getUiChildren(); in selectDropped()
169 UiElementNode parentUiNode = in computeCompletionProposals() local171 computeTextValues(proposals, offset, parentNode, currentNode, parentUiNode, in computeCompletionProposals()