Home
last modified time | relevance | path

Searched defs:OnDragStartFunc (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Devent_hub.h251 …using OnDragStartFunc = std::function<DragDropInfo(const RefPtr<OHOS::Ace::DragEvent>&, const std:… variable
H A Dgesture_event_hub.h142 using OnDragStartFunc = std::function<DragDropBaseInfo(const RefPtr<OHOS::Ace::DragEvent>&, const s… variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Devent_hub_test_ng.cpp239 auto OnDragStartFunc = [&dragEventType](const RefPtr<OHOS::Ace::DragEvent>& /* dragEvent */, variable