Home
last modified time | relevance | path

Searched refs:ClearSubtreeLayoutAlgorithm (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng_v3.cpp49 frameNode1->ClearSubtreeLayoutAlgorithm(false);
80 frameNode1->ClearSubtreeLayoutAlgorithm(true);
110 frameNode1->ClearSubtreeLayoutAlgorithm(true);
139 frameNode1->ClearSubtreeLayoutAlgorithm(true, true);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dui_node.cpp1655 void UINode::ClearSubtreeLayoutAlgorithm(bool includeSelf, bool clearEntireTree) in ClearSubtreeLayoutAlgorithm() function in OHOS::Ace::NG::UINode
1658 child->ClearSubtreeLayoutAlgorithm(includeSelf, clearEntireTree); in ClearSubtreeLayoutAlgorithm()
H A Dui_node.h672 virtual void ClearSubtreeLayoutAlgorithm(bool includeSelf = true, bool clearEntireTree = false);
H A Dframe_node.h1058 … void ClearSubtreeLayoutAlgorithm(bool includeSelf = true, bool clearEntireTree = false) override;
H A Dframe_node.cpp5546 void FrameNode::ClearSubtreeLayoutAlgorithm(bool includeSelf, bool clearEntireTree) in ClearSubtreeLayoutAlgorithm() function in OHOS::Ace::NG::FrameNode
5558 child->ClearSubtreeLayoutAlgorithm(true, clearEntireTree); in ClearSubtreeLayoutAlgorithm()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_layout_algorithm.cpp1482 wrapperFrameNode->ClearSubtreeLayoutAlgorithm(); in ResetLayoutItem()