Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
H A Dside_bar_container_layout_algorithm.cpp130 auto contentLayoutWrapper = children.front(); in Measure() local
131 MeasureSideBarContent(layoutProperty, contentLayoutWrapper, parentWidth); in Measure()
491 …SideBarContainerLayoutProperty>& layoutProperty, const RefPtr<LayoutWrapper>& contentLayoutWrapper, in MeasureSideBarContent() argument
519 contentLayoutWrapper->Measure(contentConstraint); in MeasureSideBarContent()
564 auto contentLayoutWrapper = children.front(); in Layout() local
565 LayoutSideBarContent(layoutWrapper, contentLayoutWrapper); in Layout()
666 LayoutWrapper* layoutWrapper, const RefPtr<LayoutWrapper>& contentLayoutWrapper) in LayoutSideBarContent() argument
685 contentLayoutWrapper->GetGeometryNode()->SetMarginFrameOffset(contentOffset); in LayoutSideBarContent()
686 contentLayoutWrapper->Layout(); in LayoutSideBarContent()
H A Dside_bar_container_layout_algorithm.h175 const RefPtr<LayoutWrapper>& contentLayoutWrapper, float parentWidth);
180 …outSideBarContent(LayoutWrapper* layoutWrapper, const RefPtr<LayoutWrapper>& contentLayoutWrapper);