Searched refs:ClearSubtreeLayoutAlgorithm (Results 1 – 6 of 6) sorted by relevance
49 frameNode1->ClearSubtreeLayoutAlgorithm(false);80 frameNode1->ClearSubtreeLayoutAlgorithm(true);110 frameNode1->ClearSubtreeLayoutAlgorithm(true);139 frameNode1->ClearSubtreeLayoutAlgorithm(true, true);
1655 void UINode::ClearSubtreeLayoutAlgorithm(bool includeSelf, bool clearEntireTree) in ClearSubtreeLayoutAlgorithm() function in OHOS::Ace::NG::UINode1658 child->ClearSubtreeLayoutAlgorithm(includeSelf, clearEntireTree); in ClearSubtreeLayoutAlgorithm()
672 virtual void ClearSubtreeLayoutAlgorithm(bool includeSelf = true, bool clearEntireTree = false);
1058 … void ClearSubtreeLayoutAlgorithm(bool includeSelf = true, bool clearEntireTree = false) override;
5546 void FrameNode::ClearSubtreeLayoutAlgorithm(bool includeSelf, bool clearEntireTree) in ClearSubtreeLayoutAlgorithm() function in OHOS::Ace::NG::FrameNode5558 child->ClearSubtreeLayoutAlgorithm(true, clearEntireTree); in ClearSubtreeLayoutAlgorithm()
1482 wrapperFrameNode->ClearSubtreeLayoutAlgorithm(); in ResetLayoutItem()