Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/native/event/
H A Ddrag_and_drop_impl.cpp160 if (!dragActions) { in OH_ArkUI_DragAction_SetPointerId()
164 dragActions->pointerId = -1; in OH_ArkUI_DragAction_SetPointerId()
177 if (!dragActions) { in OH_ArkUI_DragAction_SetPixelMaps()
191 dragActions->size = size; in OH_ArkUI_DragAction_SetPixelMaps()
201 if (!dragActions) { in OH_ArkUI_DragAction_SetTouchPointX()
204 dragActions->touchPointX = x; in OH_ArkUI_DragAction_SetTouchPointX()
215 if (!dragActions) { in OH_ArkUI_DragAction_SetTouchPointY()
218 dragActions->touchPointY = y; in OH_ArkUI_DragAction_SetTouchPointY()
229 dragActions->unifiedData = data; in OH_ArkUI_DragAction_SetData()
240 if (!dragActions || !options) { in OH_ArkUI_DragAction_SetDragPreviewOption()
[all …]