Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_position_map.h94 return totalHeight_; in GetTotalHeight()
246 totalHeight_ += (curRowHeight_ + space_); in CalculateListItemNode()
264 totalHeight_ += (curRowHeight_ + space_); in CalculateGroupNode()
274 totalHeight_ = 0.0f; in PosMapRecalculate()
282 totalHeight_ -= space_; in PosMapRecalculate()
287 totalHeight_ -= space_; in PosMapRecalculate()
297 totalHeight_ = headerSize_; in GroupPosMapRecalculate()
314 totalHeight_ = totalHeight_ - space_ + footerSize_; in GroupPosMapRecalculate()
358 prevTotalHeight_ = totalHeight_; in UpdateGroupPosMap()
377 totalHeight_ = 0; in UpdateGroupPosMap()
[all …]