Home
last modified time | relevance | path

Searched refs:GetEstimatedHeight (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll_bar/
H A Dscroll_bar_proxy.cpp243 scrollBarAxis == Axis::VERTICAL ? result.SetHeight(renderScroll->GetEstimatedHeight()) in GetScrollableChildSize()
244 : result.SetWidth(renderScroll->GetEstimatedHeight()); in GetScrollableChildSize()
249 scrollBarAxis == Axis::VERTICAL ? result.SetHeight(renderGridScroll->GetEstimatedHeight()) in GetScrollableChildSize()
250 : result.SetWidth(renderGridScroll->GetEstimatedHeight()); in GetScrollableChildSize()
255 scrollBarAxis == Axis::VERTICAL ? result.SetHeight(renderList->GetEstimatedHeight()) in GetScrollableChildSize()
256 : result.SetWidth(renderList->GetEstimatedHeight()); in GetScrollableChildSize()
261 scrollBarAxis == Axis::VERTICAL ? result.SetHeight(renderWaterFlow->GetEstimatedHeight()) in GetScrollableChildSize()
262 : result.SetWidth(renderWaterFlow->GetEstimatedHeight()); in GetScrollableChildSize()
273 …scrollBarAxis == Axis::VERTICAL ? scrollableChildSize.SetHeight(renderScroll->GetEstimatedHeight()) in AdjustParam()
291 … scrollBarAxis == Axis::VERTICAL ? scrollableChildSize.SetHeight(renderList->GetEstimatedHeight()) in AdjustParam()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Dwater_flow_scroll_controller.cpp41 if (!waterFlow || NearZero(waterFlow->GetEstimatedHeight())) { in UpdateScrollPosition()
45 double estimateHeight = waterFlow->GetEstimatedHeight(); in UpdateScrollPosition()
H A Drosen_render_water_flow.cpp44 GetEstimatedHeight(); in Paint()
69 scrollBar_->UpdateScrollBarRegion(offset, GetLayoutSize(), lastOffset, GetEstimatedHeight()); in Paint()
H A Drender_water_flow.h113 double GetEstimatedHeight();
H A Drender_water_flow.cpp110 if (scrollBar_ && (GetEstimatedHeight() > mainSize_)) { in PerformLayout()
702 double RenderWaterFlow::GetEstimatedHeight() in GetEstimatedHeight() function in OHOS::Ace::V2::RenderWaterFlow
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Dgrid_scroll_controller.cpp42 if (!grid || NearZero(grid->GetEstimatedHeight())) { in UpdateScrollPosition()
46 double estimateHeight = grid->GetEstimatedHeight(); in UpdateScrollPosition()
H A Drosen_render_grid_scroll.cpp68 … scrollBar_->UpdateScrollBarRegion(offset, GetLayoutSize(), GetLastOffset(), GetEstimatedHeight()); in Paint()
H A Drender_grid_scroll.h114 double GetEstimatedHeight();
H A Drender_grid_scroll.cpp1198 double RenderGridScroll::GetEstimatedHeight() in GetEstimatedHeight() function in OHOS::Ace::V2::RenderGridScroll
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drosen_render_multi_child_scroll.cpp68 … scrollBar_->UpdateScrollBarRegion(offset, GetLayoutSize(), lastOffset_, GetEstimatedHeight()); in Paint()
H A Drosen_render_single_child_scroll.cpp60 … scrollBar_->UpdateScrollBarRegion(offset, GetLayoutSize(), lastOffset_, GetEstimatedHeight()); in Paint()
H A Dscroll_bar_controller.cpp248 if (scroll && !NearZero(scroll->GetEstimatedHeight())) { in UpdateScrollPosition()
250 double estimatedHeight = scroll->GetEstimatedHeight(); in UpdateScrollPosition()
H A Drender_scroll.h71 double GetEstimatedHeight();
H A Drender_scroll.cpp938 double RenderScroll::GetEstimatedHeight() in GetEstimatedHeight() function in OHOS::Ace::RenderScroll
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Dlist_scroll_bar_controller.cpp46 double estimateHeight = list->GetEstimatedHeight(); in UpdateScrollPosition()
H A Drosen_render_list.cpp150 … scrollBar_->UpdateScrollBarRegion(offset, GetLayoutSize(), GetLastOffset(), GetEstimatedHeight()); in Paint()
H A Drender_list.h182 double GetEstimatedHeight() const in GetEstimatedHeight() function