Searched refs:NeedScrollBar (Results 1 – 12 of 12) sorted by relevance
22 if (NeedScrollBar() && shapeMode_ == ShapeMode::RECT) { in InBarRegion()125 bool ScrollBar::NeedScrollBar() const in NeedScrollBar() function in OHOS::Ace::ScrollBar132 return NeedScrollBar() && isScrollable_; in NeedPaint()143 if (NeedScrollBar()) { in InitScrollBar()
50 bool NeedScrollBar() const;
110 if (scrollBar_ && scrollBar_->NeedScrollBar()) { in HandleScrollBarOutBoundary()193 if (scrollBar_ && scrollBar_->NeedScrollBar()) { in UpdateOffset()893 if (scrollBar_ && scrollBar_->NeedScrollBar()) { in SetBarCallBack()
59 if (!scrollBar_ || !scrollBar_->NeedScrollBar()) { in ProcessScrollExtent()
43 if ((canvas != nullptr) && scrollBar && scrollBar->NeedScrollBar()) { in PaintBar()
349 bool NeedScrollBar() const;
319 bool ScrollBar::NeedScrollBar() const in NeedScrollBar() function in OHOS::Ace::NG::ScrollBar326 return NeedScrollBar() && isScrollable_; in NeedPaint()
196 if (scrollBar_ && scrollBar_->NeedScrollBar()) { in UpdateScrollPosition()778 if (!scrollBar_ || !scrollBar_->NeedScrollBar()) { in SetScrollBarCallback()
203 if (scrollBar_ && scrollBar_->NeedScrollBar()) { in UpdateScrollPosition()1290 if (!scrollBar_ || !scrollBar_->NeedScrollBar()) { in SetScrollBarCallback()
227 CHECK_NULL_VOID(scrollBar_ && scrollBar_->NeedScrollBar()); in HandleScrollBarOutBoundary()
328 if (!scrollBar_ || !scrollBar_->NeedScrollBar()) { in SetScrollBarCallback()1210 if (scrollBar_ && scrollBar_->NeedScrollBar()) { in UpdateScrollPosition()
1139 CHECK_NULL_VOID(scrollBar_ && scrollBar_->NeedScrollBar()); in HandleScrollBarOutBoundary()