Searched defs:estimateHeight (Results 1 – 6 of 6) sorted by relevance
45 double estimateHeight = waterFlow->GetEstimatedHeight(); in UpdateScrollPosition() local
46 double estimateHeight = grid->GetEstimatedHeight(); in UpdateScrollPosition() local
46 double estimateHeight = list->GetEstimatedHeight(); in UpdateScrollPosition() local
614 auto estimateHeight = GetMaxMainHeight() / childCount * childrenCount_; in EstimateContentHeight() local
200 float estimateHeight = GetEstimateHeight(averageHeight); in GetEstimateOffset() local
1139 float ListItemPattern::GetEstimateHeight(float estimateHeight, Axis axis) const in GetEstimateHeight()