Home
last modified time | relevance | path

Searched refs:lastShrinkChild (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.h29 RefPtr<LayoutWrapper> lastShrinkChild; member
H A Dflex_layout_algorithm.cpp771 lastChild = flexItemProperties.lastShrinkChild; in CheckIsGrowOrShrink()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex.h31 RefPtr<RenderFlexItem> lastShrinkChild; member
H A Drender_flex.cpp602 lastChild = flexItemProps.lastShrinkChild; in ResizeItems()
776 flexItemProperties.lastShrinkChild = flexItem; in LayoutFlexItem()