Home
last modified time | relevance | path

Searched refs:footerSize_ (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.h314 totalHeight_ = totalHeight_ - space_ + footerSize_; in GroupPosMapRecalculate()
371 if (!NearEqual(headerSize, headerSize_) || !NearEqual(footerSize, footerSize_)) { in UpdateGroupPosMap()
374 footerSize_ = footerSize; in UpdateGroupPosMap()
503 rowHeight = totalHeight_ - posMap_[endIndex].mainPos - footerSize_; in GetRowEndIndexAndHeight()
523 float footerSize_ = 0.0f; variable