Home
last modified time | relevance | path

Searched refs:ToDragFunc (Results 1 – 5 of 5) sorted by relevance

/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 Dview_abstract_model_impl.h32 static OnDragFunc ToDragFunc(NG::OnDragStartFunc&& onDragStart);
H A Dview_abstract_model_impl.cpp168 OnDragFunc ViewAbstractModelImpl::ToDragFunc(NG::OnDragStartFunc&& onDragStart) in ToDragFunc() function in OHOS::Ace::Framework::ViewAbstractModelImpl
1182 box->SetOnDragStartId(ToDragFunc(std::move(onDragStart))); in SetOnDragStart()