Searched refs:customerDragLeave (Results 1 – 1 of 1) sorted by relevance
482 auto customerDragLeave = searchEventHub->GetCustomerOnDragFunc(DragFuncType::DRAG_LEAVE); in InitTextFieldDragEvent() local483 if (customerDragLeave != nullptr) { in InitTextFieldDragEvent()484 … textFieldEventHub->SetCustomerOnDragFunc(DragFuncType::DRAG_LEAVE, std::move(customerDragLeave)); in InitTextFieldDragEvent()