Home
last modified time | relevance | path

Searched defs:dragDropProxy (Results 1 – 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/manager/
Ddrag_drop_manager_test_ng.cpp123 auto dragDropProxy = dragDropManager->CreateAndShowDragWindow(pixelMap, gestureEvent); variable
156 auto dragDropProxy = dragDropManager->CreateAndShowDragWindow(customNode, gestureEvent); variable
196 auto dragDropProxy = dragDropManager->CreateAndShowDragWindow(customNode, gestureEvent); variable
229 auto dragDropProxy = dragDropManager->CreateAndShowDragWindow(customNode, gestureEvent); variable
286 auto dragDropProxy = dragDropManager->CreateAndShowDragWindow(customNode, gestureEvent); variable
343 auto dragDropProxy = dragDropManager->CreateAndShowDragWindow(customNode, gestureEvent); variable
449 auto dragDropProxy = dragDropManager->CreateAndShowDragWindow(customNode, gestureEvent); variable
573 auto dragDropProxy = dragDropManager->CreateAndShowDragWindow(customNode, gestureEvent); variable
717 auto dragDropProxy = dragDropManager->CreateAndShowDragWindow(customNode, gestureEvent); variable
812 auto dragDropProxy = dragDropManager->CreateAndShowDragWindow(customNode, gestureEvent); variable
[all …]
/foundation/arkui/ace_engine/test/unittest/core/event/
Dgesture_event_hub_test_ng.cpp1528 auto dragDropProxy = AceType::MakeRefPtr<DragDropProxy>(PROXY_ID_NOT_FIT); variable
1588 auto dragDropProxy = AceType::MakeRefPtr<DragDropProxy>(PROXY_ID_NOT_FIT); variable
1630 auto dragDropProxy = AceType::MakeRefPtr<DragDropProxy>(PROXY_ID_NOT_FIT); variable
1675 auto dragDropProxy = AceType::MakeRefPtr<DragDropProxy>(PROXY_ID_NOT_FIT); variable
2180 auto dragDropProxy = AceType::MakeRefPtr<DragDropProxy>(PROXY_ID_NOT_FIT); variable
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
Dtext_test_ng.cpp3957 auto dragDropProxy = manager->CreateTextDragDropProxy(); variable