Searched refs:estimateHeight (Results 1 – 7 of 7) sorted by relevance
45 double estimateHeight = waterFlow->GetEstimatedHeight(); in UpdateScrollPosition() local46 if (NearZero(estimateHeight)) { in UpdateScrollPosition()49 double activeHeight = height * height / estimateHeight; in UpdateScrollPosition()54 double value = offset * estimateHeight / height; in UpdateScrollPosition()
46 double estimateHeight = list->GetEstimatedHeight(); in UpdateScrollPosition() local47 if (NearZero(estimateHeight) || NearZero(height)) { in UpdateScrollPosition()50 double activeHeight = height * height / estimateHeight; in UpdateScrollPosition()52 double value = offset * estimateHeight / height; in UpdateScrollPosition()
46 double estimateHeight = grid->GetEstimatedHeight(); in UpdateScrollPosition() local47 double activeHeight = height * height / estimateHeight; in UpdateScrollPosition()49 double value = offset * estimateHeight / height; in UpdateScrollPosition()
210 float GetEstimateHeight(float estimateHeight, Axis axis) const;
1139 float ListItemPattern::GetEstimateHeight(float estimateHeight, Axis axis) const in GetEstimateHeight() argument1148 return estimateHeight; in GetEstimateHeight()1151 CHECK_NULL_RETURN(host, estimateHeight); in GetEstimateHeight()1153 CHECK_NULL_RETURN(geometryNode, estimateHeight); in GetEstimateHeight()
200 float estimateHeight = GetEstimateHeight(averageHeight); in GetEstimateOffset() local202 return height + estimateHeight - targetPos.second; in GetEstimateOffset()
614 auto estimateHeight = GetMaxMainHeight() / childCount * childrenCount_; in EstimateContentHeight() local615 return estimateHeight; in EstimateContentHeight()