Searched refs:heightSum (Results 1 – 2 of 2) sorted by relevance
203 float heightSum = GetTotalLineHeight(mainGap, false); in GetContentOffset() local207 auto averageHeight = heightSum / itemCount; in GetContentOffset()278 float heightSum = GetTotalLineHeight(mainGap, false); in GetContentHeight() local284 float averageHeight = heightSum / itemCount; in GetContentHeight()287 return heightSum - mainGap; in GetContentHeight()289 return heightSum + (childrenCount_ - itemCount) * averageHeight; in GetContentHeight()
1434 float heightSum = 0; in GetAverageHeight() local1448 heightSum += item.second + mainGap; in GetAverageHeight()1453 return heightSum / itemCount; in GetAverageHeight()