Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex.cpp310 auto childFlexSize = spacePerWeight * child->GetFlexWeight(); in PerformLayoutInWeightMode() local
314childFlexSize, flexItem->GetNormalizedConstraints(), false, !useOldLayoutVersion_); in PerformLayoutInWeightMode()
316 innerLayout = MakeLayoutParamWithLimit(childFlexSize, childFlexSize, false); in PerformLayoutInWeightMode()
319 … isExceed = isExceed || GetMainAxisValue(innerLayout.GetMaxSize(), direction_) > childFlexSize; in PerformLayoutInWeightMode()