Home
last modified time | relevance | path

Searched refs:includeSelf (Results 1 – 4 of 4) sorted by relevance

/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() argument
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() argument
5554 if (includeSelf) { in ClearSubtreeLayoutAlgorithm()