Searched refs:JSGesture (Results 1 - 4 of 4) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_gesture.h | 26 class JSGesture : public virtual AceType { class 27 DECLARE_ACE_TYPE(JSGesture, AceType); 30 JSGesture() = default; 31 ~JSGesture() override = default; 49 }; // JSGesture 51 class JSTapGesture : public JSGesture { 52 DECLARE_ACE_TYPE(JSTapGesture, JSGesture); 61 class JSLongPressGesture : public JSGesture { 62 DECLARE_ACE_TYPE(JSLongPressGesture, JSGesture); 98 class JSPanGesture : public JSGesture { [all...] |
H A D | js_gesture.cpp | 246 void JSGesture::Create(const JSCallbackInfo& info) in Create() 267 void JSGesture::Finish() in Finish() 272 void JSGesture::Pop() in Pop() 470 void JSGesture::JsHandlerOnGestureEvent(Ace::GestureEventAction action, const JSCallbackInfo& args) in JsHandlerOnGestureEvent() 498 void JSGesture::SetTag(const JSCallbackInfo& args) in SetTag() 510 void JSGesture::SetAllowedTypes(const JSCallbackInfo& args) in SetAllowedTypes() 535 void JSGesture::JsHandlerOnAction(const JSCallbackInfo& args) in JsHandlerOnAction() 537 JSGesture::JsHandlerOnGestureEvent(Ace::GestureEventAction::ACTION, args); in JsHandlerOnAction() 539 void JSGesture::JsHandlerOnActionStart(const JSCallbackInfo& args) in JsHandlerOnActionStart() 541 JSGesture in JsHandlerOnActionStart() [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_view_register_impl.cpp | 713 { "Gesture", JSGesture::JSBind }, 714 { "TapGesture", JSGesture::JSBind }, 715 { "LongPressGesture", JSGesture::JSBind }, 716 { "PanGesture", JSGesture::JSBind }, 717 { "SwipeGesture", JSGesture::JSBind }, 718 { "PinchGesture", JSGesture::JSBind }, 719 { "RotationGesture", JSGesture::JSBind }, 720 { "GestureGroup", JSGesture::JSBind }, 1099 JSGesture::JSBind(globalObj); in JsBindViews()
|
H A D | jsi_view_register_impl_ng.cpp | 549 JSGesture::JSBind(globalObj); in JsBindViews()
|
Completed in 4 milliseconds