Home
last modified time | relevance | path

Searched refs:SetOnDragStartId (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Dtext_component.h83 void SetOnDragStartId(const OnDragFunc& onDragStartId) in SetOnDragStartId() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dlist_item_model_impl.cpp125 box->SetOnDragStartId(ViewAbstractModelImpl::ToDragFunc(std::move(onDragStart))); in SetOnDragStart()
H A Dimage_model_impl.cpp204 image->SetOnDragStartId(ViewAbstractModelImpl::ToDragFunc(std::move(onDragStart))); in SetOnDragStart()
H A Dtext_model_impl.cpp321 component->SetOnDragStartId(ViewAbstractModelImpl::ToDragFunc(std::move(onDragStart))); in SetOnDragStart()
H A Dweb_model_impl.cpp502 webComponent->SetOnDragStartId(onDragStartId); in SetOnDragStart()
H A Dview_abstract_model_impl.cpp1182 box->SetOnDragStartId(ToDragFunc(std::move(onDragStart))); in SetOnDragStart()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/gesture_listener/
H A Dgesture_listener_component.h244 void SetOnDragStartId(const OnGestureFunc& onDragStartId) in SetOnDragStartId() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_component.h105 void SetOnDragStartId(const OnDragFunc& onDragStartId) in SetOnDragStartId() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Dbox_component.h269 void SetOnDragStartId(const OnDragFunc& onDragStartId) in SetOnDragStartId() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h968 void SetOnDragStartId(const OnDragFunc& onDragStartId) in SetOnDragStartId() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.cpp176 boxComponent_->SetOnDragStartId(onDragStartId); in AddEvent()
1947 gestureEventComponent_->SetOnDragStartId(onDragStartGestureId); in UpdateGestureEventComponent()