Searched refs:SetGestureTag (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_bridge.h | 272 …static void SetGestureTag(ArkUIRuntimeCallInfo* runtimeCallInfo, uint32_t argNumber, ArkUIGesture*…
|
H A D | arkts_native_common_bridge.cpp | 7530 SetGestureTag(runtimeCallInfo, NUM_3, gesture); in AddTapGesture() 7555 SetGestureTag(runtimeCallInfo, NUM_3, gesture); in AddLongPressGesture() 7582 SetGestureTag(runtimeCallInfo, NUM_3, gesture); in AddPanGesture() 7610 SetGestureTag(runtimeCallInfo, NUM_3, gesture); in AddSwipeGesture() 7633 SetGestureTag(runtimeCallInfo, NUM_3, gesture); in AddPinchGesture() 7659 SetGestureTag(runtimeCallInfo, NUM_3, gesture); in AddRotationGesture() 7677 SetGestureTag(runtimeCallInfo, NUM_1, gesture); in AddGestureGroup() 7692 SetGestureTag(runtimeCallInfo, NUM_1, gesture); in AddTapGestureToGroup() 7710 SetGestureTag(runtimeCallInfo, NUM_1, gesture); in AddLongPressGestureToGroup() 7730 SetGestureTag(runtimeCallInfo, NUM_1, gesture); in AddPanGestureToGroup() [all …]
|