Searched refs:GetChildMainAxisSize (Results 1 – 5 of 5) sorted by relevance
307 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 …]
74 float GetChildMainAxisSize(const RefPtr<LayoutWrapper>& layoutWrapper) const;
34 float GetChildMainAxisSize(LayoutWrapper* layoutWrapper, bool isVertical) in GetChildMainAxisSize() function155 … linearMeasureProperty.allocatedSize += GetChildMainAxisSize(AceType::RawPtr(child), isVertical); in Measure()179 … linearMeasureProperty.allocatedSize += GetChildMainAxisSize(AceType::RawPtr(child), isVertical); in Measure()
353 float GetChildMainAxisSize(
594 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