Home
last modified time | relevance | path

Searched refs:GetNormalizedConstraints (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex_item.h121 LayoutParam GetNormalizedConstraints() const in GetNormalizedConstraints() function
H A Drender_flex.cpp314 … childFlexSize, flexItem->GetNormalizedConstraints(), false, !useOldLayoutVersion_); in PerformLayoutInWeightMode()
380 … MakeConstrainedLayoutParam(GetMainSize(flexItem), flexItem->GetNormalizedConstraints(), true); in RelayoutForStretchMagicNode()
479 … MakeConstrainedLayoutParam(GetMainSize(flexItem), flexItem->GetNormalizedConstraints(), true)); in RelayoutForStretchFlexNode()
810 …erLayout = MakeConstrainedLayoutParam(mainFlexExtent, flexItem->GetNormalizedConstraints(), canIte… in RedoLayoutFlexItem()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/split_container/
H A Drender_split_container.cpp91 minSize = flexItem->GetNormalizedConstraints().GetMinSize(); in GetMainMinSize()