Home
last modified time | relevance | path

Searched refs:IsNestScroller (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/proxy/
H A Dscroll_bar_proxy.cpp108 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
H A Dscroll_bar_proxy.h120 bool IsNestScroller() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.h168 bNest = scrollBarProxy_->IsNestScroller(); in SetScrollEnabled()
H A Dscrollable_pattern.cpp3592 auto enableNestScroll = scrollBarProxy->IsNestScroller(); in OnAttachToMainTree()