Home
last modified time | relevance | path

Searched refs:forceLayout (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
H A Dcustom_node.cpp122 …justLayoutWrapperTree(const RefPtr<LayoutWrapperNode>& parent, bool forceMeasure, bool forceLayout) in AdjustLayoutWrapperTree() argument
126 UINode::AdjustLayoutWrapperTree(parent, forceMeasure, forceLayout); in AdjustLayoutWrapperTree()
131 UINode::AdjustLayoutWrapperTree(parent, forceMeasure, forceLayout); in AdjustLayoutWrapperTree()
136 …[weak = AceType::WeakClaim(this), forceMeasure, forceLayout](RefPtr<LayoutWrapperNode> layoutWrapp… in AdjustLayoutWrapperTree()
158 frameChild->UpdateLayoutWrapper(layoutWrapper, forceMeasure, forceLayout); in AdjustLayoutWrapperTree()
162 RefPtr<LayoutWrapperNode> CustomNode::CreateLayoutWrapper(bool forceMeasure, bool forceLayout) in CreateLayoutWrapper() argument
165 return UINode::CreateLayoutWrapper(forceMeasure, forceLayout); in CreateLayoutWrapper()
H A Dcustom_node.h41 …WrapperTree(const RefPtr<LayoutWrapperNode>& parent, bool forceMeasure, bool forceLayout) override;
43 …RefPtr<LayoutWrapperNode> CreateLayoutWrapper(bool forceMeasure = false, bool forceLayout = false)…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dlazy_layout_wrapper_builder.h53 void UpdateForceFlag(bool forceMeasure, bool forceLayout) in UpdateForceFlag() argument
56 forceLayout_ = forceLayout; in UpdateForceFlag()
H A Dlazy_for_each_node.cpp61 const RefPtr<LayoutWrapperNode>& parent, bool forceMeasure, bool forceLayout) in AdjustLayoutWrapperTree() argument
68 lazyLayoutWrapperBuilder->UpdateForceFlag(forceMeasure, forceLayout); in AdjustLayoutWrapperTree()
H A Dlazy_for_each_node.h64 …WrapperTree(const RefPtr<LayoutWrapperNode>& parent, bool forceMeasure, bool forceLayout) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list_item_group.cpp272 auto forceLayout = false; in PerformLayout() local
275 forceLayout = true; in PerformLayout()
312 if (!NearZero(startPosition) && !forceLayout) { in PerformLayout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.h209 …RefPtr<LayoutWrapperNode> CreateLayoutWrapper(bool forceMeasure = false, bool forceLayout = false)…
212 … RefPtr<LayoutWrapperNode> layoutWrapper, bool forceMeasure = false, bool forceLayout = false);
1166 …eChildrenLayoutWrapper(const RefPtr<LayoutWrapperNode>& self, bool forceMeasure, bool forceLayout);
1167 …WrapperTree(const RefPtr<LayoutWrapperNode>& parent, bool forceMeasure, bool forceLayout) override;
H A Dui_node.cpp947 …justLayoutWrapperTree(const RefPtr<LayoutWrapperNode>& parent, bool forceMeasure, bool forceLayout) in AdjustLayoutWrapperTree() argument
951 child->AdjustLayoutWrapperTree(parent, forceMeasure, forceLayout); in AdjustLayoutWrapperTree()
1152 RefPtr<LayoutWrapperNode> UINode::CreateLayoutWrapper(bool forceMeasure, bool forceLayout) in CreateLayoutWrapper() argument
1169 return frameChild ? frameChild->CreateLayoutWrapper(forceMeasure, forceLayout) : nullptr; in CreateLayoutWrapper()
H A Dui_node.h83 …RefPtr<LayoutWrapperNode> CreateLayoutWrapper(bool forceMeasure = false, bool forceLayout = false);
193 …ustLayoutWrapperTree(const RefPtr<LayoutWrapperNode>& parent, bool forceMeasure, bool forceLayout);
H A Dframe_node.cpp2094 RefPtr<LayoutWrapperNode> FrameNode::CreateLayoutWrapper(bool forceMeasure, bool forceLayout) in CreateLayoutWrapper() argument
2096 return UpdateLayoutWrapper(nullptr, forceMeasure, forceLayout); in CreateLayoutWrapper()
2100 RefPtr<LayoutWrapperNode> layoutWrapper, bool forceMeasure, bool forceLayout) in UpdateLayoutWrapper() argument
2120 if (forceLayout) { in UpdateLayoutWrapper()
2140 if (CheckNeedLayout(flag) || forceLayout) { in UpdateLayoutWrapper()
2156 …teChildrenLayoutWrapper(const RefPtr<LayoutWrapperNode>& self, bool forceMeasure, bool forceLayout) in UpdateChildrenLayoutWrapper() argument
2160 child->AdjustLayoutWrapperTree(self, forceMeasure, forceLayout); in UpdateChildrenLayoutWrapper()
2164 …justLayoutWrapperTree(const RefPtr<LayoutWrapperNode>& parent, bool forceMeasure, bool forceLayout) in AdjustLayoutWrapperTree() argument
2172 auto layoutWrapper = CreateLayoutWrapper(forceMeasure, forceLayout); in AdjustLayoutWrapperTree()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.h335 void ApplyPreviousStickyListItem(size_t index, bool forceLayout = false);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.cpp286 const bool forceLayout = gridLayoutInfo_.hasMultiLineItem_ || expandSafeArea_ in Layout() local
288 if (!isCache && forceLayout) { in Layout()