Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/test/unittest/core/base/
Dframe_node_test_ng_v3.cpp49 frameNode1->ClearSubtreeLayoutAlgorithm(false);
80 frameNode1->ClearSubtreeLayoutAlgorithm(true);
110 frameNode1->ClearSubtreeLayoutAlgorithm(true);
139 frameNode1->ClearSubtreeLayoutAlgorithm(true, true);
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dui_node.h671 virtual void ClearSubtreeLayoutAlgorithm(bool includeSelf = true, bool clearEntireTree = false);
Dui_node.cpp1660 void UINode::ClearSubtreeLayoutAlgorithm(bool includeSelf, bool clearEntireTree) in ClearSubtreeLayoutAlgorithm() function in OHOS::Ace::NG::UINode
1663 child->ClearSubtreeLayoutAlgorithm(includeSelf, clearEntireTree); in ClearSubtreeLayoutAlgorithm()
Dframe_node.h1047 … void ClearSubtreeLayoutAlgorithm(bool includeSelf = true, bool clearEntireTree = false) override;
Dframe_node.cpp5354 void FrameNode::ClearSubtreeLayoutAlgorithm(bool includeSelf, bool clearEntireTree) in ClearSubtreeLayoutAlgorithm() function in OHOS::Ace::NG::FrameNode
5366 child->ClearSubtreeLayoutAlgorithm(true, clearEntireTree); in ClearSubtreeLayoutAlgorithm()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
Dlist_layout_algorithm.cpp1455 wrapperFrameNode->ClearSubtreeLayoutAlgorithm(); in ResetLayoutItem()