Home
last modified time | relevance | path

Searched refs:OnDragDropFunction (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_base.h226 static void OnDragDropFunction(const RefPtr<OHOS::Ace::DragEvent>&, const std::string&);
H A Dtext_base.cpp24 void TextBases::OnDragDropFunction(const RefPtr<OHOS::Ace::DragEvent>&, const std::string&) {}; in OnDragDropFunction() function in OHOS::Ace::NG::TextBases
H A Dtext_test_ng.cpp196 textModelNG.SetOnDragEnter(OnDragDropFunction);
197 textModelNG.SetOnDragMove(OnDragDropFunction);
198 textModelNG.SetOnDragLeave(OnDragDropFunction);
199 textModelNG.SetOnDrop(OnDragDropFunction);