Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_gesture.h51 class JSTapGesture : public JSGesture { class
52 DECLARE_ACE_TYPE(JSTapGesture, JSGesture);
55 JSTapGesture() = default;
56 ~JSTapGesture() override = default;
H A Djs_gesture.cpp277 void JSTapGesture::Create(const JSCallbackInfo& args) in Create()
674 JSClass<JSTapGesture>::Declare("TapGesture"); in JSBind()
675 JSClass<JSTapGesture>::StaticMethod("create", &JSTapGesture::Create, opt); in JSBind()
676 JSClass<JSTapGesture>::StaticMethod("tag", &JSGesture::SetTag, opt); in JSBind()
677 JSClass<JSTapGesture>::StaticMethod("allowedTypes", &JSGesture::SetAllowedTypes); in JSBind()
678 JSClass<JSTapGesture>::StaticMethod("pop", &JSGesture::Pop); in JSBind()
679 JSClass<JSTapGesture>::StaticMethod("onAction", &JSGesture::JsHandlerOnAction); in JSBind()
680 JSClass<JSTapGesture>::StaticMethod("onActionUpdate", &JSGesture::JsHandlerOnActionUpdate); in JSBind()
681 JSClass<JSTapGesture> in JSBind()
[all...]

Completed in 2 milliseconds