Home
last modified time | relevance | path

Searched refs:UpdateLayoutConstraintOnMainAxis (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_layout_algorithm.h89 void UpdateLayoutConstraintOnMainAxis(LayoutConstraintF& layoutConstraint, float size);
H A Dflex_layout_algorithm.cpp408 UpdateLayoutConstraintOnMainAxis(childConstraint, childCalcSize); in MeasureAndCleanMagicNodes()
683 UpdateLayoutConstraintOnMainAxis(child.layoutConstraint, 0.0f); in SecondaryMeasureByProperty()
693 UpdateLayoutConstraintOnMainAxis(child.layoutConstraint, flexSize); in SecondaryMeasureByProperty()
804 void FlexLayoutAlgorithm::UpdateLayoutConstraintOnMainAxis(LayoutConstraintF& layoutConstraint, flo… in UpdateLayoutConstraintOnMainAxis() function in OHOS::Ace::NG::FlexLayoutAlgorithm