Home
last modified time | relevance | path

Searched refs:ScrollableNodeInfo (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/proxy/
H A Dscroll_bar_proxy.h28 struct ScrollableNodeInfo { struct
38 bool operator==(const ScrollableNodeInfo& info) const argument
53 void RegisterScrollableNode(const ScrollableNodeInfo& scrollableNode);
111 void RegisterNestScrollableNode(const ScrollableNodeInfo& scrollableNode);
115 ScrollableNodeInfo& GetScrollableNodeInfo() in GetScrollableNodeInfo()
127 ScrollableNodeInfo scorllableNode_; // Scrollable node, like list, grid, scroll, etc.
128 std::list<ScrollableNodeInfo> nestScrollableNodes_; // Scrollable nodes, like scroll.
H A Dscroll_bar_proxy.cpp55 void ScrollBarProxy::RegisterScrollableNode(const ScrollableNodeInfo& scrollableNode) in RegisterScrollableNode()
60 void ScrollBarProxy::RegisterNestScrollableNode(const ScrollableNodeInfo& scrollableNode) in RegisterNestScrollableNode()
80 …[&scrollableNode](const ScrollableNodeInfo& info) { return scrollableNode == info.scrollableNode; … in UnRegisterNestScrollableNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll_bar/
H A Dscroll_bar_proxy.h24 struct ScrollableNodeInfo { struct
28 bool operator==(const ScrollableNodeInfo& info) const argument
43 void RegisterScrollableNode(const ScrollableNodeInfo& scrollableNode);
80 …std::list<ScrollableNodeInfo> scrollableNodes_; // Scrollable nodes, like list, grid, scroll, etc.
H A Dscroll_bar_proxy.cpp26 void ScrollBarProxy::RegisterScrollableNode(const ScrollableNodeInfo& scrollableNode) in RegisterScrollableNode()
47 …[&scrollableNode](const ScrollableNodeInfo& info) { return scrollableNode == info.scrollableNode; … in UnRegisterScrollableNode()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll_bar/
H A Dscroll_bar_test_ng.cpp220 ScrollableNodeInfo nodeInfo;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.cpp1119ScrollableNodeInfo nodeInfo = { AceType::WeakClaim(this), std::move(scrollFunction), std::move(scr… in SetScrollBarProxy()