Searched refs:OnDragDropFunction (Results 1 – 3 of 3) sorted by relevance
226 static void OnDragDropFunction(const RefPtr<OHOS::Ace::DragEvent>&, const std::string&);
24 void TextBases::OnDragDropFunction(const RefPtr<OHOS::Ace::DragEvent>&, const std::string&) {}; in OnDragDropFunction() function in OHOS::Ace::NG::TextBases
196 textModelNG.SetOnDragEnter(OnDragDropFunction);197 textModelNG.SetOnDragMove(OnDragDropFunction);198 textModelNG.SetOnDragLeave(OnDragDropFunction);199 textModelNG.SetOnDrop(OnDragDropFunction);