Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dwrap_layout_algorithm.cpp110 auto realMaxSize = GetLeftSize(0.0f, mainLengthLimit_, crossLengthLimit_); in Measure() local
113 MinusPaddingToSize(padding_, realMaxSize); in Measure()
114 mainLengthLimit_ = GetMainAxisLengthOfSize(realMaxSize); in Measure()
115 crossLengthLimit_ = GetCrossAxisLengthOfSize(realMaxSize); in Measure()
116 childLayoutConstraint.UpdateMaxSizeWithCheck(realMaxSize); in Measure()