Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_gesture.h117 class JSPinchGesture : public JSGesture { class
118 DECLARE_ACE_TYPE(JSPinchGesture, JSGesture);
121 JSPinchGesture() = default;
122 ~JSPinchGesture() override = default;
H A Djs_gesture.cpp412 void JSPinchGesture::Create(const JSCallbackInfo& args) in Create()
713 JSClass<JSPinchGesture>::Declare("PinchGesture"); in JSBind()
714 JSClass<JSPinchGesture>::StaticMethod("create", &JSPinchGesture::Create, opt); in JSBind()
715 JSClass<JSPinchGesture>::StaticMethod("tag", &JSGesture::SetTag, opt); in JSBind()
716 JSClass<JSPinchGesture>::StaticMethod("allowedTypes", &JSGesture::SetAllowedTypes); in JSBind()
717 JSClass<JSPinchGesture>::StaticMethod("pop", &JSGesture::Pop); in JSBind()
718 JSClass<JSPinchGesture>::StaticMethod("onActionStart", &JSGesture::JsHandlerOnActionStart); in JSBind()
719 JSClass<JSPinchGesture>::StaticMethod("onActionUpdate", &JSGesture::JsHandlerOnActionUpdate); in JSBind()
720 JSClass<JSPinchGesture> in JSBind()
[all...]

Completed in 2 milliseconds