Home
last modified time | relevance | path

Searched refs:FindTargetInChildNodes (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Ddrag_drop_manager_test_ng_new.cpp161 dragDropManager->FindTargetInChildNodes(customNode, hitFrameNodes, true);
191 dragDropManager->FindTargetInChildNodes(customNode, hitFrameNodes, true);
221 dragDropManager->FindTargetInChildNodes(customNode, hitFrameNodes, true);
256 dragDropManager->FindTargetInChildNodes(customNode, hitFrameNodes, true);
257 dragDropManager->FindTargetInChildNodes(customNode, hitFrameNodes, false);
309 dragDropManager->FindTargetInChildNodes(customNode, hitFrameNodes, true);
310 dragDropManager->FindTargetInChildNodes(customNode, hitFrameNodes, false);
349 dragDropManager->FindTargetInChildNodes(customNode, hitFrameNodes, true);
354 dragDropManager->FindTargetInChildNodes(customNode, hitFrameNodes, true);
358 dragDropManager->FindTargetInChildNodes(customNode, hitFrameNodes, true);
[all …]
H A Ddrag_drop_manager_test_ng_coverage.cpp85 auto result = dragDropManager->FindTargetInChildNodes(parentNode, hitFrameNodes, true);
119 auto dragResult = dragDropManager->FindTargetInChildNodes(GET_PARENT, hitFrameNodes, true);
144 auto result = dragDropManager->FindTargetInChildNodes(parentNode, hitFrameNodes, true);
170 auto result = dragDropManager->FindTargetInChildNodes(parentNode, hitFrameNodes, true);
235 auto result = dragDropManager->FindTargetInChildNodes(parentNode, hitFrameNodes, true);
H A Ddrag_drop_manager_test_ng.cpp1392 auto childFindResult = dragDropManager->FindTargetInChildNodes(customNode, hitFrameNodes, true);
1442 … auto childFindResult = dragDropManager->FindTargetInChildNodes(childNode, hitFrameNodes, true);
1448 auto result = dragDropManager->FindTargetInChildNodes(parentNode, hitFrameNodes, true);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.h228 RefPtr<FrameNode> FindTargetInChildNodes(const RefPtr<UINode> parentNode,
H A Ddrag_drop_manager.cpp229 RefPtr<FrameNode> DragDropManager::FindTargetInChildNodes( in FindTargetInChildNodes() function in OHOS::Ace::NG::DragDropManager
245 auto childFindResult = FindTargetInChildNodes(childNode, hitFrameNodes, findDrop); in FindTargetInChildNodes()