Searched refs:dragFuncType (Results 1 – 2 of 2) sorted by relevance
150 void EventHub::SetCustomerOnDragFunc(DragFuncType dragFuncType, OnDragFunc&& onDragFunc) in SetCustomerOnDragFunc() argument152 switch (dragFuncType) { in SetCustomerOnDragFunc()171 void EventHub::SetCustomerOnDragFunc(DragFuncType dragFuncType, OnNewDragFunc&& onDragEnd) in SetCustomerOnDragFunc() argument173 if (dragFuncType != DragFuncType::DRAG_END) { in SetCustomerOnDragFunc()179 void EventHub::FireCustomerOnDragFunc(DragFuncType dragFuncType, const RefPtr<OHOS::Ace::DragEvent>… in FireCustomerOnDragFunc() argument182 switch (dragFuncType) { in FireCustomerOnDragFunc()
481 void SetCustomerOnDragFunc(DragFuncType dragFuncType, OnDragFunc&& onDragFunc);483 void SetCustomerOnDragFunc(DragFuncType dragFuncType, OnNewDragFunc&& onDragEnd);485 const OnDragFunc GetCustomerOnDragFunc(DragFuncType dragFuncType) const in GetCustomerOnDragFunc() argument488 switch (dragFuncType) { in GetCustomerOnDragFunc()528 …DragFuncType dragFuncType, const RefPtr<OHOS::Ace::DragEvent>& info, const std::string& extraParam…