Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex.cpp166 LayoutParam RenderFlex::MakeStretchInnerLayoutParam(const RefPtr<RenderNode>& item) const in MakeStretchInnerLayoutParam() function in OHOS::Ace::RenderFlex
466 item->Layout(MakeStretchInnerLayoutParam(item)); in RelayoutForStretchFlexNode()
546 item->Layout(MakeStretchInnerLayoutParam(item)); in PerformLayoutInItemMode()
550 item->Layout(MakeStretchInnerLayoutParam(item)); in PerformLayoutInItemMode()
616 item->Layout(MakeStretchInnerLayoutParam(item)); in ResizeItems()
H A Drender_flex.h191 LayoutParam MakeStretchInnerLayoutParam(const RefPtr<RenderNode>& item) const;