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);
671 virtual void ClearSubtreeLayoutAlgorithm(bool includeSelf = true, bool clearEntireTree = false);
1660 void UINode::ClearSubtreeLayoutAlgorithm(bool includeSelf, bool clearEntireTree) in ClearSubtreeLayoutAlgorithm() function in OHOS::Ace::NG::UINode1663 child->ClearSubtreeLayoutAlgorithm(includeSelf, clearEntireTree); in ClearSubtreeLayoutAlgorithm()
1047 … void ClearSubtreeLayoutAlgorithm(bool includeSelf = true, bool clearEntireTree = false) override;
5354 void FrameNode::ClearSubtreeLayoutAlgorithm(bool includeSelf, bool clearEntireTree) in ClearSubtreeLayoutAlgorithm() function in OHOS::Ace::NG::FrameNode5366 child->ClearSubtreeLayoutAlgorithm(true, clearEntireTree); in ClearSubtreeLayoutAlgorithm()
1455 wrapperFrameNode->ClearSubtreeLayoutAlgorithm(); in ResetLayoutItem()