Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_gesture.h43 static void JsHandlerOnActionUpdate(const JSCallbackInfo& args);
H A Djs_gesture.cpp543 void JSGesture::JsHandlerOnActionUpdate(const JSCallbackInfo& args) in JsHandlerOnActionUpdate() function in OHOS::OHOS::Ace::Framework::JSGesture
680 JSClass<JSTapGesture>::StaticMethod("onActionUpdate", &JSGesture::JsHandlerOnActionUpdate); in JSBind()
691 JSClass<JSLongPressGesture>::StaticMethod("onActionUpdate", &JSGesture::JsHandlerOnActionUpdate); in JSBind()
700 JSClass<JSPanGesture>::StaticMethod("onActionUpdate", &JSGesture::JsHandlerOnActionUpdate); in JSBind()
719 JSClass<JSPinchGesture>::StaticMethod("onActionUpdate", &JSGesture::JsHandlerOnActionUpdate); in JSBind()
730 JSClass<JSRotationGesture>::StaticMethod("onActionUpdate", &JSGesture::JsHandlerOnActionUpdate); in JSBind()

Completed in 2 milliseconds