Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_layout_algorithm.cpp631 float reserveMainAxisSize = 0.0f; in SecondaryMeasureByProperty() local
635 allocatedSize_ -= reserveMainAxisSize; in SecondaryMeasureByProperty()
636 reserveMainAxisSize = 0.0f; in SecondaryMeasureByProperty()
681 reserveMainAxisSize += GetChildMainAxisSize(childLayoutWrapper); in SecondaryMeasureByProperty()
689 reserveMainAxisSize -= (flexSize - shrinkSize); in SecondaryMeasureByProperty()