Searched refs:SetOnGestureEvent (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gesture/ |
H A D | gesture_model_ng.h | 28 void SetOnGestureEvent(const GestureEventNoParameter& gestureEventNoParameter) override;
|
H A D | gesture_model.h | 36 virtual void SetOnGestureEvent(const GestureEventNoParameter& gestureEventNoParameter) = 0;
|
H A D | gesture_model_ng.cpp | 200 void GestureModelNG::SetOnGestureEvent(const GestureEventNoParameter& gestureEventNoParameter) in SetOnGestureEvent() function in OHOS::Ace::NG::GestureModelNG
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | gesture_model_impl.h | 28 void SetOnGestureEvent(const GestureEventNoParameter& gestureEventNoParameter) override;
|
H A D | gesture_model_impl.cpp | 139 void GestureModelImpl::SetOnGestureEvent(const GestureEventNoParameter& gestureEventNoParameter) in SetOnGestureEvent() function in OHOS::Ace::Framework::GestureModelImpl
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_bridge.cpp | 6450 void CommonBridge::SetOnGestureEvent( in SetOnGestureEvent() function in OHOS::Ace::NG::CommonBridge 7558 SetOnGestureEvent(runtimeCallInfo, GestureEventAction::END, NUM_9, gesture); in AddLongPressGesture() 7584 SetOnGestureEvent(runtimeCallInfo, GestureEventAction::START, NUM_8, gesture); in AddPanGesture() 7586 SetOnGestureEvent(runtimeCallInfo, GestureEventAction::END, NUM_10, gesture); in AddPanGesture() 7635 SetOnGestureEvent(runtimeCallInfo, GestureEventAction::START, NUM_7, gesture); in AddPinchGesture() 7637 SetOnGestureEvent(runtimeCallInfo, GestureEventAction::END, NUM_9, gesture); in AddPinchGesture() 7663 SetOnGestureEvent(runtimeCallInfo, GestureEventAction::END, NUM_9, gesture); in AddRotationGesture() 7713 SetOnGestureEvent(runtimeCallInfo, GestureEventAction::END, NUM_7, gesture); in AddLongPressGestureToGroup() 7734 SetOnGestureEvent(runtimeCallInfo, GestureEventAction::END, NUM_8, gesture); in AddPanGestureToGroup() 7771 SetOnGestureEvent(runtimeCallInfo, GestureEventAction::END, NUM_7, gesture); in AddPinchGestureToGroup() [all …]
|
H A D | arkts_native_common_bridge.h | 288 …static void SetOnGestureEvent(ArkUIRuntimeCallInfo* runtimeCallInfo, const GestureEventAction& act…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_gesture.cpp | 485 GestureModel::GetInstance()->SetOnGestureEvent(onActionCancelFunc); in JsHandlerOnGestureEvent()
|