Home
last modified time | relevance | path

Searched defs:estimateHeight (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Dwater_flow_scroll_controller.cpp45 double estimateHeight = waterFlow->GetEstimatedHeight(); in UpdateScrollPosition() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Dgrid_scroll_controller.cpp46 double estimateHeight = grid->GetEstimatedHeight(); in UpdateScrollPosition() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Dlist_scroll_bar_controller.cpp46 double estimateHeight = list->GetEstimatedHeight(); in UpdateScrollPosition() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_layout_info.cpp614 auto estimateHeight = GetMaxMainHeight() / childCount * childrenCount_; in EstimateContentHeight() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_pattern.cpp200 float estimateHeight = GetEstimateHeight(averageHeight); in GetEstimateOffset() local
H A Dlist_item_pattern.cpp1139 float ListItemPattern::GetEstimateHeight(float estimateHeight, Axis axis) const in GetEstimateHeight()