Home
last modified time | relevance | path

Searched refs:modeIntArray (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp5179 int32_t* modeIntArray = nullptr; in SetDragPreviewOptions() local
5189 modeIntArray = new int32_t[arrLength]; in SetDragPreviewOptions()
5192 modeIntArray[i] = objValue->Int32Value(vm); in SetDragPreviewOptions()
5195 preViewOptions.modeArray = modeIntArray; in SetDragPreviewOptions()
5216 delete[] modeIntArray; in SetDragPreviewOptions()