Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_gesture.h108 class JSSwipeGesture : public JSGesture { class
109 DECLARE_ACE_TYPE(JSSwipeGesture, JSGesture);
111 JSSwipeGesture() = default;
112 ~JSSwipeGesture() override = default;
H A Djs_gesture.cpp377 void JSSwipeGesture::Create(const JSCallbackInfo& args) in Create()
705 JSClass<JSSwipeGesture>::Declare("SwipeGesture"); in JSBind()
706 JSClass<JSSwipeGesture>::StaticMethod("create", &JSSwipeGesture::Create, opt); in JSBind()
707 JSClass<JSSwipeGesture>::StaticMethod("tag", &JSGesture::SetTag, opt); in JSBind()
708 JSClass<JSSwipeGesture>::StaticMethod("allowedTypes", &JSGesture::SetAllowedTypes); in JSBind()
709 JSClass<JSSwipeGesture>::StaticMethod("pop", &JSGesture::Pop); in JSBind()
710 JSClass<JSSwipeGesture>::StaticMethod("onAction", &JSGesture::JsHandlerOnAction); in JSBind()
711 JSClass<JSSwipeGesture>::Bind(globalObj); in JSBind()

Completed in 3 milliseconds