diff --git a/arkui/ace_engine/native/BUILD.gn b/arkui/ace_engine/native/BUILD.gn index 5cad4eef6906322dd74cdf924d6372a9f76624c6..2539ea4d51003f98e318e430be91e4573844ed33 100644 --- a/arkui/ace_engine/native/BUILD.gn +++ b/arkui/ace_engine/native/BUILD.gn @@ -28,6 +28,7 @@ if (!is_arkui_x) { sources = [ "native_dialog.h", "native_event.h", + "native_gesture.h", "native_interface.h", "native_node.h", "native_node_napi.h", diff --git a/arkui/ace_engine/native/libace.ndk.json b/arkui/ace_engine/native/libace.ndk.json index ccabde2e19df83d7d483dc575cc3de9b5924d1ff..4919ffddfda4d5fc1cda3b811ceb0e7d7e776f76 100644 --- a/arkui/ace_engine/native/libace.ndk.json +++ b/arkui/ace_engine/native/libace.ndk.json @@ -155,6 +155,30 @@ "first_introduced": "12", "name": "OH_ArkUI_GetNodeHandleFromNapiValue" }, + { + "first_introduced": "12", + "name": "OH_ArkUI_GestureEvent_GetActionType" + }, + { + "first_introduced": "12", + "name": "OH_ArkUI_PanGesture_GetVelocity" + }, + { + "first_introduced": "12", + "name": "OH_ArkUI_PanGesture_GetVelocityY" + }, + { + "first_introduced": "12", + "name": "OH_ArkUI_PanGesture_GetVelocityX" + }, + { + "first_introduced": "12", + "name": "OH_ArkUI_PanGesture_GetOffsetX" + }, + { + "first_introduced": "12", + "name": "OH_ArkUI_PanGesture_GetOffsetY" + }, { "first_introduced": "12", "name": "OH_NativeXComponent_SetNeedSoftKeyboard"