Home
last modified time | relevance | path

Searched refs:EstimateContentHeight (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_layout_info.h64 float EstimateContentHeight() const;
H A Dwater_flow_layout_info.cpp596 float WaterFlowLayoutInfo::EstimateContentHeight() const in EstimateContentHeight() function in OHOS::Ace::NG::WaterFlowLayoutInfo
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
H A Dwater_flow_top_down_test.cpp517 …EXPECT_EQ(info->EstimateContentHeight(), info->GetMaxMainHeight() / childCount * info->childrenCou…
523 EXPECT_EQ(info->EstimateContentHeight(), info->maxHeight_);
H A Dwater_flow_segment_layout_test.cpp1564 EXPECT_EQ(info->EstimateContentHeight(), info->maxHeight_ / childCnt * info->childrenCount_);
1569 EXPECT_EQ(info->EstimateContentHeight(), info->maxHeight_ / childCnt * info->childrenCount_);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_pattern.cpp133 UpdateScrollBarRegion(-info->currentOffset_, info->EstimateContentHeight(), in UpdateScrollBarOffset()
839 estimatedHeight = info->EstimateContentHeight(); in GetChildrenExpandedSize()