Home
last modified time | relevance | path

Searched refs:DRAG_DROP (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Devent_hub.cpp162 case DragFuncType::DRAG_DROP: in SetCustomerOnDragFunc()
204 case DragFuncType::DRAG_DROP: { in FireCustomerOnDragFunc()
H A Devent_hub.h55 DRAG_DROP, enumerator
498 case DragFuncType::DRAG_DROP: in GetCustomerOnDragFunc()
H A Dgesture_event_hub.cpp1313 eventHub->FireCustomerOnDragFunc(DragFuncType::DRAG_DROP, event); in HandleOnDragEnd()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Devent_hub_test_ng.cpp375 eventHub->SetCustomerOnDragFunc(DragFuncType::DRAG_DROP, onDragDrop);
376 eventHub->FireCustomerOnDragFunc(DragFuncType::DRAG_DROP, dragEvent, DRAG_DROP_EVENT_TYPE);
/ohos5.0/base/web/webview/
H A Dhisysevent.yaml34 DRAG_DROP:
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h123 DRAG_DROP, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_pattern.cpp492 auto customerDragDrop = searchEventHub->GetCustomerOnDragFunc(DragFuncType::DRAG_DROP); in InitTextFieldDragEvent()
494 … textFieldEventHub->SetCustomerOnDragFunc(DragFuncType::DRAG_DROP, std::move(customerDragDrop)); in InitTextFieldDragEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.cpp982 eventHub->FireCustomerOnDragFunc(DragFuncType::DRAG_DROP, event, extraParams); in OnDragDrop()
1118 eventHub->FireCustomerOnDragFunc(DragFuncType::DRAG_DROP, event, extraParams); in FireOnDragEventWithDragType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.cpp1162 delegate_->HandleDragEvent(localX * viewScale, localY * viewScale, DragAction::DRAG_DROP); in OnDragWindowDropEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h487 DRAG_DROP, enumerator
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/search/
H A Dsearch_testtwo_ng.cpp491 DragFuncType::DRAG_DROP, [](const RefPtr<OHOS::Ace::DragEvent>&, const std::string&){}); in __anond0d3067b0702()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.cpp1550 eventHub->SetCustomerOnDragFunc(DragFuncType::DRAG_DROP, std::move(onDrop)); in SetOnDrop()
1582 eventHub->SetCustomerOnDragFunc(DragFuncType::DRAG_DROP, std::move(onDrop)); in SetOnDrop()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp1833 delegate_->HandleDragEvent(localX, localY, DragAction::DRAG_DROP); in HandleOnDragDrop()