Home
last modified time | relevance | path

Searched defs:dragFuncType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Devent_hub.cpp150 void EventHub::SetCustomerOnDragFunc(DragFuncType dragFuncType, OnDragFunc&& onDragFunc) in SetCustomerOnDragFunc()
171 void EventHub::SetCustomerOnDragFunc(DragFuncType dragFuncType, OnNewDragFunc&& onDragEnd) in SetCustomerOnDragFunc()
179 void EventHub::FireCustomerOnDragFunc(DragFuncType dragFuncType, const RefPtr<OHOS::Ace::DragEvent>… in FireCustomerOnDragFunc()
H A Devent_hub.h485 const OnDragFunc GetCustomerOnDragFunc(DragFuncType dragFuncType) const in GetCustomerOnDragFunc()