/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll_bar/ |
H A D | scroll_bar_proxy.cpp | 243 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 D | water_flow_scroll_controller.cpp | 41 if (!waterFlow || NearZero(waterFlow->GetEstimatedHeight())) { in UpdateScrollPosition() 45 double estimateHeight = waterFlow->GetEstimatedHeight(); in UpdateScrollPosition()
|
H A D | rosen_render_water_flow.cpp | 44 GetEstimatedHeight(); in Paint() 69 scrollBar_->UpdateScrollBarRegion(offset, GetLayoutSize(), lastOffset, GetEstimatedHeight()); in Paint()
|
H A D | render_water_flow.h | 113 double GetEstimatedHeight();
|
H A D | render_water_flow.cpp | 110 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 D | grid_scroll_controller.cpp | 42 if (!grid || NearZero(grid->GetEstimatedHeight())) { in UpdateScrollPosition() 46 double estimateHeight = grid->GetEstimatedHeight(); in UpdateScrollPosition()
|
H A D | rosen_render_grid_scroll.cpp | 68 … scrollBar_->UpdateScrollBarRegion(offset, GetLayoutSize(), GetLastOffset(), GetEstimatedHeight()); in Paint()
|
H A D | render_grid_scroll.h | 114 double GetEstimatedHeight();
|
H A D | render_grid_scroll.cpp | 1198 double RenderGridScroll::GetEstimatedHeight() in GetEstimatedHeight() function in OHOS::Ace::V2::RenderGridScroll
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | rosen_render_multi_child_scroll.cpp | 68 … scrollBar_->UpdateScrollBarRegion(offset, GetLayoutSize(), lastOffset_, GetEstimatedHeight()); in Paint()
|
H A D | rosen_render_single_child_scroll.cpp | 60 … scrollBar_->UpdateScrollBarRegion(offset, GetLayoutSize(), lastOffset_, GetEstimatedHeight()); in Paint()
|
H A D | scroll_bar_controller.cpp | 248 if (scroll && !NearZero(scroll->GetEstimatedHeight())) { in UpdateScrollPosition() 250 double estimatedHeight = scroll->GetEstimatedHeight(); in UpdateScrollPosition()
|
H A D | render_scroll.h | 71 double GetEstimatedHeight();
|
H A D | render_scroll.cpp | 938 double RenderScroll::GetEstimatedHeight() in GetEstimatedHeight() function in OHOS::Ace::RenderScroll
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
H A D | list_scroll_bar_controller.cpp | 46 double estimateHeight = list->GetEstimatedHeight(); in UpdateScrollPosition()
|
H A D | rosen_render_list.cpp | 150 … scrollBar_->UpdateScrollBarRegion(offset, GetLayoutSize(), GetLastOffset(), GetEstimatedHeight()); in Paint()
|
H A D | render_list.h | 182 double GetEstimatedHeight() const in GetEstimatedHeight() function
|