Home
last modified time | relevance | path

Searched refs:GetChildMainAxisSize (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_layout_algorithm.cpp307 float mainAxisSize = GetChildMainAxisSize(childLayoutWrapper); in UpdateAllocatedSize()
376 allocatedSize_ -= GetChildMainAxisSize(child.layoutWrapper); in MeasureAndCleanMagicNodes()
417 allocatedSize_ -= GetChildMainAxisSize(child.layoutWrapper); in MeasureAndCleanMagicNodes()
489 allocatedSize_ -= GetChildMainAxisSize(child.layoutWrapper); in MeasureAndCleanMagicNodes()
674 flexSize += GetChildMainAxisSize(childLayoutWrapper); in SecondaryMeasureByProperty()
681 reserveMainAxisSize += GetChildMainAxisSize(childLayoutWrapper); in SecondaryMeasureByProperty()
996 allocatedSize_ += GetChildMainAxisSize(child); in AdjustTotalAllocatedSize()
1136 offset.SetX(offset.GetX() - GetChildMainAxisSize(child)); in PlaceChildren()
1138 offset.SetY(offset.GetY() - GetChildMainAxisSize(child)); in PlaceChildren()
1141 childMainPos -= GetChildMainAxisSize(child) + betweenSpace; in PlaceChildren()
[all …]
H A Dflex_layout_algorithm.h74 float GetChildMainAxisSize(const RefPtr<LayoutWrapper>& layoutWrapper) const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_layout/
H A Dlinear_layout_utils.cpp34 float GetChildMainAxisSize(LayoutWrapper* layoutWrapper, bool isVertical) in GetChildMainAxisSize() function
155 … linearMeasureProperty.allocatedSize += GetChildMainAxisSize(AceType::RawPtr(child), isVertical); in Measure()
179 … linearMeasureProperty.allocatedSize += GetChildMainAxisSize(AceType::RawPtr(child), isVertical); in Measure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_algorithm.h353 float GetChildMainAxisSize(
H A Dswiper_layout_algorithm.cpp594 float mainAxisSize = GetChildMainAxisSize(wrapper, swiperLayoutProperty, axis); in LayoutForwardItem()
636 float mainAxisSize = GetChildMainAxisSize(wrapper, swiperLayoutProperty, axis); in LayoutBackwardItem()
677 float SwiperLayoutAlgorithm::GetChildMainAxisSize( in GetChildMainAxisSize() function in OHOS::Ace::NG::SwiperLayoutAlgorithm