Searched refs:footerSize_ (Results 1 – 1 of 1) sorted by relevance
314 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