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);
672 virtual void ClearSubtreeLayoutAlgorithm(bool includeSelf = true, bool clearEntireTree = false);
1655 void UINode::ClearSubtreeLayoutAlgorithm(bool includeSelf, bool clearEntireTree) in ClearSubtreeLayoutAlgorithm() function in OHOS::Ace::NG::UINode1658 child->ClearSubtreeLayoutAlgorithm(includeSelf, clearEntireTree); in ClearSubtreeLayoutAlgorithm()
1070 … void ClearSubtreeLayoutAlgorithm(bool includeSelf = true, bool clearEntireTree = false) override;
5624 void FrameNode::ClearSubtreeLayoutAlgorithm(bool includeSelf, bool clearEntireTree) in ClearSubtreeLayoutAlgorithm() function in OHOS::Ace::NG::FrameNode5636 child->ClearSubtreeLayoutAlgorithm(true, clearEntireTree); in ClearSubtreeLayoutAlgorithm()
1508 wrapperFrameNode->ClearSubtreeLayoutAlgorithm(); in ResetLayoutItem()