Searched refs:SetGestureAllowedTypes (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 | 273 static void SetGestureAllowedTypes(
|
H A D | arkts_native_common_bridge.cpp | 7531 SetGestureAllowedTypes(runtimeCallInfo, NUM_4, gesture); in AddTapGesture() 7556 SetGestureAllowedTypes(runtimeCallInfo, NUM_4, gesture); in AddLongPressGesture() 7583 SetGestureAllowedTypes(runtimeCallInfo, NUM_4, gesture); in AddPanGesture() 7611 SetGestureAllowedTypes(runtimeCallInfo, NUM_4, gesture); in AddSwipeGesture() 7634 SetGestureAllowedTypes(runtimeCallInfo, NUM_4, gesture); in AddPinchGesture() 7660 SetGestureAllowedTypes(runtimeCallInfo, NUM_4, gesture); in AddRotationGesture() 7693 SetGestureAllowedTypes(runtimeCallInfo, NUM_2, gesture); in AddTapGestureToGroup() 7711 SetGestureAllowedTypes(runtimeCallInfo, NUM_2, gesture); in AddLongPressGestureToGroup() 7731 SetGestureAllowedTypes(runtimeCallInfo, NUM_2, gesture); in AddPanGestureToGroup() 7752 SetGestureAllowedTypes(runtimeCallInfo, NUM_2, gesture); in AddSwipeGestureToGroup() [all …]
|