Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/side_bar/
H A Drender_side_bar_container.h138 void PlaceChildren();
H A Drender_side_bar_container.cpp362 PlaceChildren(); in PerformLayout()
365 void RenderSideBarContainer::PlaceChildren() in PlaceChildren() function in OHOS::Ace::RenderSideBarContainer
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_layout_algorithm.h80 void PlaceChildren(
H A Dflex_layout_algorithm.cpp1043 PlaceChildren(layoutWrapper, frontSpace, betweenSpace, paddingOffset); in Layout()
1084 void FlexLayoutAlgorithm::PlaceChildren( in PlaceChildren() function in OHOS::Ace::NG::FlexLayoutAlgorithm
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex.h185 …void PlaceChildren(double frontSpace, double betweenSpace, const BaselineProperties& baselinePrope…
H A Drender_flex.cpp659 PlaceChildren(frontSpace, betweenSpace, baselineProperties); in DetermineItemsPosition()
694 void RenderFlex::PlaceChildren(double frontSpace, double betweenSpace, const BaselineProperties& ba… in PlaceChildren() function in OHOS::Ace::RenderFlex