Home
last modified time | relevance | path

Searched refs:SetLongPressEventFunc (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Ddrag_event.h74 void SetLongPressEventFunc(GestureEventFunc&& actionLongPress) in SetLongPressEventFunc() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_drag_manager.cpp90 dragEvent->SetLongPressEventFunc(std::move(actionLongPress)); in InitDragDropEvent()