Home
last modified time | relevance | path

Searched refs:NeedScrollBar (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dscroll_bar.cpp22 if (NeedScrollBar() && shapeMode_ == ShapeMode::RECT) { in InBarRegion()
125 bool ScrollBar::NeedScrollBar() const in NeedScrollBar() function in OHOS::Ace::ScrollBar
132 return NeedScrollBar() && isScrollable_; in NeedPaint()
143 if (NeedScrollBar()) { in InitScrollBar()
H A Dscroll_bar.h50 bool NeedScrollBar() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_scroll.cpp110 if (scrollBar_ && scrollBar_->NeedScrollBar()) { in HandleScrollBarOutBoundary()
193 if (scrollBar_ && scrollBar_->NeedScrollBar()) { in UpdateOffset()
893 if (scrollBar_ && scrollBar_->NeedScrollBar()) { in SetBarCallBack()
H A Drender_multi_child_scroll.cpp59 if (!scrollBar_ || !scrollBar_->NeedScrollBar()) { in ProcessScrollExtent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_scroll_bar_painter.cpp43 if ((canvas != nullptr) && scrollBar && scrollBar->NeedScrollBar()) { in PaintBar()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
H A Dscroll_bar.h349 bool NeedScrollBar() const;
H A Dscroll_bar.cpp319 bool ScrollBar::NeedScrollBar() const in NeedScrollBar() function in OHOS::Ace::NG::ScrollBar
326 return NeedScrollBar() && isScrollable_; in NeedPaint()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Drender_water_flow.cpp196 if (scrollBar_ && scrollBar_->NeedScrollBar()) { in UpdateScrollPosition()
778 if (!scrollBar_ || !scrollBar_->NeedScrollBar()) { in SetScrollBarCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.cpp203 if (scrollBar_ && scrollBar_->NeedScrollBar()) { in UpdateScrollPosition()
1290 if (!scrollBar_ || !scrollBar_->NeedScrollBar()) { in SetScrollBarCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/
H A Dscroll_bar_pattern.cpp227 CHECK_NULL_VOID(scrollBar_ && scrollBar_->NeedScrollBar()); in HandleScrollBarOutBoundary()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.cpp328 if (!scrollBar_ || !scrollBar_->NeedScrollBar()) { in SetScrollBarCallback()
1210 if (scrollBar_ && scrollBar_->NeedScrollBar()) { in UpdateScrollPosition()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.cpp1139 CHECK_NULL_VOID(scrollBar_ && scrollBar_->NeedScrollBar()); in HandleScrollBarOutBoundary()