Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_gesture.h61 class JSLongPressGesture : public JSGesture { class
62 DECLARE_ACE_TYPE(JSLongPressGesture, JSGesture);
65 JSLongPressGesture() = default;
66 ~JSLongPressGesture() override = default;
H A Djs_gesture.cpp306 void JSLongPressGesture::Create(const JSCallbackInfo& args) in Create()
683 JSClass<JSLongPressGesture>::Declare("LongPressGesture"); in JSBind()
684 JSClass<JSLongPressGesture>::StaticMethod("create", &JSLongPressGesture::Create, opt); in JSBind()
685 JSClass<JSLongPressGesture>::StaticMethod("tag", &JSGesture::SetTag, opt); in JSBind()
686 JSClass<JSLongPressGesture>::StaticMethod("allowedTypes", &JSGesture::SetAllowedTypes); in JSBind()
687 JSClass<JSLongPressGesture>::StaticMethod("pop", &JSGesture::Pop); in JSBind()
688 JSClass<JSLongPressGesture>::StaticMethod("onAction", &JSGesture::JsHandlerOnAction); in JSBind()
689 JSClass<JSLongPressGesture>::StaticMethod("onActionEnd", &JSGesture::JsHandlerOnActionEnd); in JSBind()
690 JSClass<JSLongPressGesture> in JSBind()
[all...]

Completed in 3 milliseconds