Searched refs:childFlexSize (Results 1 – 1 of 1) sorted by relevance
310 auto childFlexSize = spacePerWeight * child->GetFlexWeight(); in PerformLayoutInWeightMode() local314 … childFlexSize, flexItem->GetNormalizedConstraints(), false, !useOldLayoutVersion_); in PerformLayoutInWeightMode()316 innerLayout = MakeLayoutParamWithLimit(childFlexSize, childFlexSize, false); in PerformLayoutInWeightMode()319 … isExceed = isExceed || GetMainAxisValue(innerLayout.GetMaxSize(), direction_) > childFlexSize; in PerformLayoutInWeightMode()