Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_gesture.h127 class JSRotationGesture : public JSGesture { class
128 DECLARE_ACE_TYPE(JSRotationGesture, JSGesture);
131 JSRotationGesture() = default;
132 ~JSRotationGesture() override = default;
H A Djs_gesture.cpp435 void JSRotationGesture::Create(const JSCallbackInfo& args) in Create()
724 JSClass<JSRotationGesture>::Declare("RotationGesture"); in JSBind()
725 JSClass<JSRotationGesture>::StaticMethod("create", &JSRotationGesture::Create, opt); in JSBind()
726 JSClass<JSRotationGesture>::StaticMethod("tag", &JSGesture::SetTag, opt); in JSBind()
727 JSClass<JSRotationGesture>::StaticMethod("allowedTypes", &JSGesture::SetAllowedTypes); in JSBind()
728 JSClass<JSRotationGesture>::StaticMethod("pop", &JSGesture::Pop); in JSBind()
729 JSClass<JSRotationGesture>::StaticMethod("onActionStart", &JSGesture::JsHandlerOnActionStart); in JSBind()
730 JSClass<JSRotationGesture>::StaticMethod("onActionUpdate", &JSGesture::JsHandlerOnActionUpdate); in JSBind()
731 JSClass<JSRotationGesture> in JSBind()
[all...]

Completed in 3 milliseconds