Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.cpp1585 RefPtr<Gesture> longGesture = AceType::MakeRefPtr<LongPressGesture>( in BindContextMenu() local
1587longGesture->SetOnActionId([weak, builderFunc = std::move(buildFunc)](const GestureEvent& info) mu… in BindContextMenu()
1598 box->SetOnLongPress(longGesture); in BindContextMenu()