Home
last modified time | relevance | path

Searched refs: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() argument
152 switch (dragFuncType) { in SetCustomerOnDragFunc()
171 void EventHub::SetCustomerOnDragFunc(DragFuncType dragFuncType, OnNewDragFunc&& onDragEnd) in SetCustomerOnDragFunc() argument
173 if (dragFuncType != DragFuncType::DRAG_END) { in SetCustomerOnDragFunc()
179 void EventHub::FireCustomerOnDragFunc(DragFuncType dragFuncType, const RefPtr<OHOS::Ace::DragEvent>… in FireCustomerOnDragFunc() argument
182 switch (dragFuncType) { in FireCustomerOnDragFunc()
H A Devent_hub.h481 void SetCustomerOnDragFunc(DragFuncType dragFuncType, OnDragFunc&& onDragFunc);
483 void SetCustomerOnDragFunc(DragFuncType dragFuncType, OnNewDragFunc&& onDragEnd);
485 const OnDragFunc GetCustomerOnDragFunc(DragFuncType dragFuncType) const in GetCustomerOnDragFunc() argument
488 switch (dragFuncType) { in GetCustomerOnDragFunc()
528 …DragFuncType dragFuncType, const RefPtr<OHOS::Ace::DragEvent>& info, const std::string& extraParam…