Home
last modified time | relevance | path

Searched refs:GetOnDragMoveId (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Dtext_component.h98 const OnDropFunc& GetOnDragMoveId() const in GetOnDragMoveId() function
H A Drender_text.cpp117 onDragMove_ = text_->GetOnDragMoveId(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_component.h120 const OnDropFunc& GetOnDragMoveId() const in GetOnDragMoveId() function
H A Drender_image.cpp112 onDragMove_ = image->GetOnDragMoveId(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Dbox_component.h284 const OnDropFunc& GetOnDragMoveId() const in GetOnDragMoveId() function
H A Drender_box.cpp119 onDragMove_ = box->GetOnDragMoveId(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h983 const OnDropFunc& GetOnDragMoveId() const in GetOnDragMoveId() function
H A Drender_web.cpp170 onDragMove_ = web->GetOnDragMoveId(); in Update()