Searched refs:EstimateContentHeight (Results 1 – 5 of 5) sorted by relevance
64 float EstimateContentHeight() const;
596 float WaterFlowLayoutInfo::EstimateContentHeight() const in EstimateContentHeight() function in OHOS::Ace::NG::WaterFlowLayoutInfo
517 …EXPECT_EQ(info->EstimateContentHeight(), info->GetMaxMainHeight() / childCount * info->childrenCou…523 EXPECT_EQ(info->EstimateContentHeight(), info->maxHeight_);
1564 EXPECT_EQ(info->EstimateContentHeight(), info->maxHeight_ / childCnt * info->childrenCount_);1569 EXPECT_EQ(info->EstimateContentHeight(), info->maxHeight_ / childCnt * info->childrenCount_);
133 UpdateScrollBarRegion(-info->currentOffset_, info->EstimateContentHeight(), in UpdateScrollBarOffset()839 estimatedHeight = info->EstimateContentHeight(); in GetChildrenExpandedSize()