Home
last modified time | relevance | path

Searched defs:forceLayout (Results 1 – 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
Dcustom_node.cpp86 …justLayoutWrapperTree(const RefPtr<LayoutWrapperNode>& parent, bool forceMeasure, bool forceLayout) in AdjustLayoutWrapperTree()
126 RefPtr<LayoutWrapperNode> CustomNode::CreateLayoutWrapper(bool forceMeasure, bool forceLayout) in CreateLayoutWrapper()
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
Dlazy_layout_wrapper_builder.h53 void UpdateForceFlag(bool forceMeasure, bool forceLayout) in UpdateForceFlag()
Dlazy_for_each_node.cpp49 const RefPtr<LayoutWrapperNode>& parent, bool forceMeasure, bool forceLayout) in AdjustLayoutWrapperTree()
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/mock/base/
Dmock_ui_node.cpp44 …tLayoutWrapperTree(const RefPtr<LayoutWrapperNode>& parent, bool forceMeasure, bool forceLayout) {} in AdjustLayoutWrapperTree()
138 RefPtr<LayoutWrapperNode> UINode::CreateLayoutWrapper(bool forceMeasure, bool forceLayout) in CreateLayoutWrapper()
Dmock_frame_node.cpp81 …teChildrenLayoutWrapper(const RefPtr<LayoutWrapperNode>& self, bool forceMeasure, bool forceLayout) in UpdateChildrenLayoutWrapper()
83 …tLayoutWrapperTree(const RefPtr<LayoutWrapperNode>& parent, bool forceMeasure, bool forceLayout) {} in AdjustLayoutWrapperTree()
215 RefPtr<LayoutWrapperNode> FrameNode::CreateLayoutWrapper(bool forceMeasure, bool forceLayout) in CreateLayoutWrapper()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dui_node.cpp464 …justLayoutWrapperTree(const RefPtr<LayoutWrapperNode>& parent, bool forceMeasure, bool forceLayout) in AdjustLayoutWrapperTree()
597 RefPtr<LayoutWrapperNode> UINode::CreateLayoutWrapper(bool forceMeasure, bool forceLayout) in CreateLayoutWrapper()
Dframe_node.cpp1055 RefPtr<LayoutWrapperNode> FrameNode::CreateLayoutWrapper(bool forceMeasure, bool forceLayout) in CreateLayoutWrapper()
1061 RefPtr<LayoutWrapperNode> layoutWrapper, bool forceMeasure, bool forceLayout) in UpdateLayoutWrapper()
1119 …teChildrenLayoutWrapper(const RefPtr<LayoutWrapperNode>& self, bool forceMeasure, bool forceLayout) in UpdateChildrenLayoutWrapper()
1127 …justLayoutWrapperTree(const RefPtr<LayoutWrapperNode>& parent, bool forceMeasure, bool forceLayout) in AdjustLayoutWrapperTree()
/foundation/arkui/ace_engine/frameworks/core/components/list/
Drender_list_item_group.cpp283 auto forceLayout = false; in PerformLayout() local