Searched refs:customerDragMove (Results 1 – 1 of 1) sorted by relevance
487 auto customerDragMove = searchEventHub->GetCustomerOnDragFunc(DragFuncType::DRAG_MOVE); in InitTextFieldDragEvent() local488 if (customerDragMove != nullptr) { in InitTextFieldDragEvent()489 … textFieldEventHub->SetCustomerOnDragFunc(DragFuncType::DRAG_MOVE, std::move(customerDragMove)); in InitTextFieldDragEvent()