Home
last modified time | relevance | path

Searched refs:JsHandlerOnActionCancel (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_gesture.h45 static void JsHandlerOnActionCancel(const JSCallbackInfo& args);
H A Djs_gesture.cpp552 void JSGesture::JsHandlerOnActionCancel(const JSCallbackInfo& args) in JsHandlerOnActionCancel() function in OHOS::OHOS::Ace::Framework::JSGesture
690 JSClass<JSLongPressGesture>::StaticMethod("onActionCancel", &JSGesture::JsHandlerOnActionCancel); in JSBind()
702 JSClass<JSPanGesture>::StaticMethod("onActionCancel", &JSGesture::JsHandlerOnActionCancel); in JSBind()
721 JSClass<JSPinchGesture>::StaticMethod("onActionCancel", &JSGesture::JsHandlerOnActionCancel); in JSBind()
732 JSClass<JSRotationGesture>::StaticMethod("onActionCancel", &JSGesture::JsHandlerOnActionCancel); in JSBind()
738 JSClass<JSGestureGroup>::StaticMethod("onCancel", &JSGesture::JsHandlerOnActionCancel); in JSBind()

Completed in 3 milliseconds