Searched refs:heightInView (Results 1 – 3 of 3) sorted by relevance
325 float GetDistanceToBottom(float mainSize, float heightInView, float mainGap) const;
884 float GridLayoutInfo::GetDistanceToBottom(float mainSize, float heightInView, float mainGap) const in GetDistanceToBottom() argument898 const float bottomPos = offset + heightInView; in GetDistanceToBottom()
1612 float heightInView = info.GetTotalHeightOfItemsInView(mainGap, regular); in GetEndOffset() local1620 return totalHeight - heightInView; in GetEndOffset()1624 return contentHeight - heightInView; in GetEndOffset()1626 float disToBot = gridLayoutInfo_.GetDistanceToBottom(contentHeight, heightInView, mainGap); in GetEndOffset()