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 D | scroll_bar_proxy.h | 28 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 D | scroll_bar_proxy.cpp | 55 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 D | scroll_bar_proxy.h | 24 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 D | scroll_bar_proxy.cpp | 26 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 D | scroll_bar_test_ng.cpp | 220 ScrollableNodeInfo nodeInfo;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_pattern.cpp | 1119 …ScrollableNodeInfo nodeInfo = { AceType::WeakClaim(this), std::move(scrollFunction), std::move(scr… in SetScrollBarProxy()
|