Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
Dcustom_node.cpp122 …justLayoutWrapperTree(const RefPtr<LayoutWrapperNode>& parent, bool forceMeasure, bool forceLayout) in AdjustLayoutWrapperTree()
162 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.cpp61 const RefPtr<LayoutWrapperNode>& parent, bool forceMeasure, bool forceLayout) in AdjustLayoutWrapperTree()
/foundation/arkui/ace_engine/frameworks/core/components/list/
Drender_list_item_group.cpp272 auto forceLayout = false; in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dui_node.cpp947 …justLayoutWrapperTree(const RefPtr<LayoutWrapperNode>& parent, bool forceMeasure, bool forceLayout) in AdjustLayoutWrapperTree()
1152 RefPtr<LayoutWrapperNode> UINode::CreateLayoutWrapper(bool forceMeasure, bool forceLayout) in CreateLayoutWrapper()
Dframe_node.cpp2113 RefPtr<LayoutWrapperNode> FrameNode::CreateLayoutWrapper(bool forceMeasure, bool forceLayout) in CreateLayoutWrapper()
2119 RefPtr<LayoutWrapperNode> layoutWrapper, bool forceMeasure, bool forceLayout) in UpdateLayoutWrapper()
2175 …teChildrenLayoutWrapper(const RefPtr<LayoutWrapperNode>& self, bool forceMeasure, bool forceLayout) in UpdateChildrenLayoutWrapper()
2183 …justLayoutWrapperTree(const RefPtr<LayoutWrapperNode>& parent, bool forceMeasure, bool forceLayout) in AdjustLayoutWrapperTree()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
Dgrid_scroll_layout_algorithm.cpp286 const bool forceLayout = gridLayoutInfo_.hasMultiLineItem_ || expandSafeArea_ in Layout() local