Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dinteractable_view.cpp33 static GestureEventFunc GestureEventWrapper(std::function<void(const ClickInfo& clickInfo)> callbac… in GestureEventWrapper() function
48 GestureEventWrapper(callback), [callback](const ClickInfo* info)->void { in OnClick()