Searched refs:IsNestScroller (Results 1 – 4 of 4) sorted by relevance
108 node.onPositionChanged(value, source, IsNestScroller()); in NotifyScrollableNode()122 node.onPositionChanged(distance, source, IsNestScroller()); in NotifyScrollBarNode()132 node.scrollStartCallback(0, SCROLL_FROM_BAR, IsNestScroller()); in NotifyScrollStart()142 node.scrollEndCallback(IsNestScroller()); in NotifyScrollStop()266 bool ScrollBarProxy::IsNestScroller() const in IsNestScroller() function in OHOS::Ace::NG::ScrollBarProxy
120 bool IsNestScroller() const;
168 bNest = scrollBarProxy_->IsNestScroller(); in SetScrollEnabled()
3592 auto enableNestScroll = scrollBarProxy->IsNestScroller(); in OnAttachToMainTree()