Home
last modified time | relevance | path

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 Dgesture_model_ng.h28 void SetOnGestureEvent(const GestureEventNoParameter& gestureEventNoParameter) override;
H A Dgesture_model.h36 virtual void SetOnGestureEvent(const GestureEventNoParameter& gestureEventNoParameter) = 0;
H A Dgesture_model_ng.cpp200 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 Dgesture_model_impl.h28 void SetOnGestureEvent(const GestureEventNoParameter& gestureEventNoParameter) override;
H A Dgesture_model_impl.cpp139 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 Darkts_native_common_bridge.cpp6450 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 Darkts_native_common_bridge.h288 …static void SetOnGestureEvent(ArkUIRuntimeCallInfo* runtimeCallInfo, const GestureEventAction& act…
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_gesture.cpp485 GestureModel::GetInstance()->SetOnGestureEvent(onActionCancelFunc); in JsHandlerOnGestureEvent()