Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_layout_algorithm.h30 RefPtr<LayoutWrapper> lastGrowChild; member
H A Dflex_layout_algorithm.cpp754 lastChild = flexItemProperties.lastGrowChild; in CheckIsGrowOrShrink()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex.h32 RefPtr<RenderFlexItem> lastGrowChild; member
H A Drender_flex.cpp422 flexItemProperties.lastGrowChild = flexItem; in PerformLayoutInIndexMode()
474 … flexSize = flexItem == flexItemProperties.lastGrowChild ? remainSpace - allocatedFlexSpace in RelayoutForStretchFlexNode()
598 lastChild = flexItemProps.lastGrowChild; in ResizeItems()
773 flexItemProperties.lastGrowChild = flexItem; in LayoutFlexItem()