Home
last modified time | relevance | path

Searched refs:FireOnDragEventWithDragType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.h513 void FireOnDragEventWithDragType(const RefPtr<EventHub>& eventHub, DragEventType type,
H A Ddrag_drop_manager.cpp1098 void DragDropManager::FireOnDragEventWithDragType(const RefPtr<EventHub>& eventHub, DragEventType t… in FireOnDragEventWithDragType() function in OHOS::Ace::NG::DragDropManager
1165 FireOnDragEventWithDragType(eventHub, type, event, extraParams); in FireOnDragEvent()