Home
last modified time | relevance | path

Searched refs:CreateGatherNode (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Ddrag_event.h240 static RefPtr<FrameNode> CreateGatherNode(const RefPtr<DragEventActuator>& actuator);
H A Ddrag_event.cpp846 if (!CreateGatherNode(actuator)) { in OnCollectTouchTarget()
1936 auto gatherNode = CreateGatherNode(actuator); in GetOrCreateGatherNode()
1951 RefPtr<FrameNode> DragEventActuator::CreateGatherNode(const RefPtr<DragEventActuator>& actuator) in CreateGatherNode() function in OHOS::Ace::NG::DragEventActuator
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Ddrag_event_test_ng.cpp1281 auto gatherNode = DragEventActuator::CreateGatherNode(dragEventActuator);
1338 auto gatherNode = DragEventActuator::CreateGatherNode(dragEventActuator);