Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_layout_algorithm.cpp101 totalMainSize_ = std::max(totalMainSize_, headerMainSize_ + footerMainSize_); in Measure()
104 headerMainSize_, footerMainSize_); in Measure()
443 totalMainSize_ = headerMainSize_ + footerMainSize_; in MeasureListItem()
452 float endPos = totalMainSize_ - footerMainSize_; in MeasureListItem()
565 bottom -= footerMainSize_; in GetItemGroupPosition()
799 currentEndPos -= footerMainSize_; in MeasureEnd()
1001 totalMainSize_ = GetEndPosition() + footerMainSize_; in AdjustItemPosition()
1004 totalMainSize_ = std::max(totalMainSize_, endPos + footerMainSize_); in AdjustItemPosition()
1187 float endPos = totalMainSize_ - footerMainSize_; in LayoutHeaderFooterLTR()
1436 totalMainSize_ = GetCacheEndPosition() + footerMainSize_; in MeasureCacheItem()
[all …]
H A Dlist_item_group_pattern.h261 return footerMainSize_; in GetFooterMainSize()
342 float_t footerMainSize_ = 0.0f; variable
H A Dlist_item_group_pattern.cpp89 DumpLog::GetInstance().AddDesc("footerMainSize:" + std::to_string(footerMainSize_)); in DumpAdvanceInfo()
165 footerMainSize_ = layoutAlgorithm->GetFooterMainSize(); in OnDirtyLayoutWrapperSwap()
226 …return itemTotalCount_ * averageHeight + headerMainSize_ + footerMainSize_ + paddingAndMargin - sp… in GetEstimateHeight()
228 return headerMainSize_ + footerMainSize_ + paddingAndMargin; in GetEstimateHeight()
H A Dlist_item_group_layout_algorithm.h298 return footerMainSize_; in GetFooterMainSize()
470 float footerMainSize_ = 0.0f; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_layout_algorithm.cpp131 layoutInfo_->JumpTo({ footerMainStartPos_, footerMainSize_ }); in Measure()
134 mainSize_ = layoutInfo_->GetMaxMainHeight() + footerMainSize_; in Measure()
300 mainOffset = mainSize_ - footerMainSize_ - mainOffset; in LayoutFooter()
402 footerMainSize_ = WaterFlowLayoutUtils::MeasureFooter(layoutWrapper, axis_); in ModifyCurrentOffsetWhenReachEnd()
403 maxItemHeight += footerMainSize_; in ModifyCurrentOffsetWhenReachEnd()
H A Dwater_flow_layout_algorithm.h67 float footerMainSize_ = 0.0f; variable