Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model.h56 using OnNewDragFunc = std::function<void(const RefPtr<OHOS::Ace::DragEvent>&)>; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Dbox_component.h31 using OnNewDragFunc = std::function<void(const RefPtr<OHOS::Ace::DragEvent>&)>; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Devent_hub.h250 using OnNewDragFunc = std::function<void(const RefPtr<OHOS::Ace::DragEvent>&)>; variable