Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_layout_algorithm.cpp359 referencePos_ -= (totalMainSize_ - posMap_->GetPrevTotalHeight()); in NeedMeasureItem()
360 refPos_ -= (totalMainSize_ - posMap_->GetPrevTotalHeight()); in NeedMeasureItem()
376 referencePos_ += (totalMainSize_ - posMap_->GetPrevTotalHeight()); in NeedMeasureItem()
377 refPos_ += (totalMainSize_ - posMap_->GetPrevTotalHeight()); in NeedMeasureItem()
947 float offset = referencePos_ - posMap_->GetPrevTotalHeight() + pos - prevContentMainSize_; in ModifyReferencePos()
H A Dlist_position_map.h97 float GetPrevTotalHeight() const in GetPrevTotalHeight() function