Home
last modified time | relevance | path

Searched defs:SetOnDragMove (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dimage_model_impl.cpp224 void ImageModelImpl::SetOnDragMove(NG::OnDragDropFunc&& onDragMoveId) in SetOnDragMove() function in OHOS::Ace::Framework::ImageModelImpl
H A Dtext_model_impl.cpp331 void TextModelImpl::SetOnDragMove(NG::OnDragDropFunc&& onDragMove) in SetOnDragMove() function in OHOS::Ace::Framework::TextModelImpl
H A Dweb_model_impl.cpp513 void WebModelImpl::SetOnDragMove(std::function<void(const RefPtr<DragEvent>&, const std::string&)>&… in SetOnDragMove() function in OHOS::Ace::Framework::WebModelImpl
H A Dview_abstract_model_impl.cpp1205 void ViewAbstractModelImpl::SetOnDragMove(NG::OnDragDropFunc&& onDragMove) in SetOnDragMove() function in OHOS::Ace::Framework::ViewAbstractModelImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_drag_modifier.cpp217 void SetOnDragMove(ArkUINodeHandle node, void* extraParam) in SetOnDragMove() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Devent_hub.h292 void SetOnDragMove(OnDragFunc&& onDragMove) in SetOnDragMove() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_model_ng.cpp549 void ImageModelNG::SetOnDragMove(OnDragDropFunc&& onDragMove) {} in SetOnDragMove() function in OHOS::Ace::NG::ImageModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_model_ng.cpp467 void TextModelNG::SetOnDragMove(NG::OnDragDropFunc&& onDragMove) in SetOnDragMove() function in OHOS::Ace::NG::TextModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model_ng.h1079 void SetOnDragMove(NG::OnDragDropFunc&& onDragMove) override in SetOnDragMove() function
H A Dview_abstract.cpp1479 void ViewAbstract::SetOnDragMove(FrameNode* frameNode, in SetOnDragMove() function in OHOS::Ace::NG::ViewAbstract
1536 void ViewAbstract::SetOnDragMove( in SetOnDragMove() function in OHOS::Ace::NG::ViewAbstract
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_model_ng.cpp663 void WebModelNG::SetOnDragMove( in SetOnDragMove() function in OHOS::Ace::NG::WebModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp6698 ArkUINativeModuleValue CommonBridge::SetOnDragMove(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetOnDragMove() function in OHOS::Ace::NG::CommonBridge