Searched defs:dragFuncType (Results 1 – 2 of 2) sorted by relevance
206 void EventHub::SetCustomerOnDragFunc(DragFuncType dragFuncType, OnDragFunc&& onDragFunc) in SetCustomerOnDragFunc()227 void EventHub::SetCustomerOnDragFunc(DragFuncType dragFuncType, OnNewDragFunc&& onDragEnd) in SetCustomerOnDragFunc()235 void EventHub::FireCustomerOnDragFunc(DragFuncType dragFuncType, const RefPtr<OHOS::Ace::DragEvent>… in FireCustomerOnDragFunc()
215 const OnDragFunc GetCustomerOnDragFunc(DragFuncType dragFuncType) const in GetCustomerOnDragFunc()