Home
last modified time | relevance | path

Searched defs:dragAction (Results 1 – 7 of 7) sorted by relevance

/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/drag/
Ddrag_dragAction.cpp32 auto *dragAction = OH_ArkUI_CreateDragActionWithNode(text); in drag_DragAction_Dispose_001() local
47 auto *dragAction = OH_ArkUI_CreateDragActionWithNode(text); in drag_DragAction_SetPointerId_002() local
78 auto *dragAction = OH_ArkUI_CreateDragActionWithNode(text); in drag_DragAction_SetPixelMaps_003() local
94 auto *dragAction = OH_ArkUI_CreateDragActionWithNode(text); in drag_DragAction_SetTouchPointX_004() local
110 auto *dragAction = OH_ArkUI_CreateDragActionWithNode(text); in drag_DragAction_SetTouchPointY_005() local
126 auto *dragAction = OH_ArkUI_CreateDragActionWithNode(text); in drag_DragAction_SetDragPreviewOption_006() local
144 auto *dragAction = OH_ArkUI_CreateDragActionWithContext(context); in drag_DragAction_RegisterStatusListener_007() local
162 auto *dragAction = OH_ArkUI_CreateDragActionWithContext(context); in drag_DragAction_UnregisterStatusListener_008() local
178 auto *dragAction = OH_ArkUI_CreateDragActionWithContext(context); in drag_DragAction_StartDrag_009() local
Ddrag_setGetUdmfData.cpp64 auto *dragAction = OH_ArkUI_CreateDragActionWithNode(text); in drag_setGetUdmfData_003() local
DdragAction_setPointerId.cpp50 auto dragAction = OH_ArkUI_CreateDragActionWithNode(nodeHandler); in OnEventReceive() local
DdragAction_setTouchPointXY.cpp51 auto dragAction = OH_ArkUI_CreateDragActionWithNode(nodeHandler); in OnEventReceive() local
DdragAction_setDragPreviewOption.cpp52 auto dragAction = OH_ArkUI_CreateDragActionWithNode(nodeHandler); in OnEventReceive() local
DdragAction_registerStatusListener.cpp53 auto dragAction = OH_ArkUI_CreateDragActionWithNode(nodeHandler); in OnEventReceive() local
/test/testfwk/arkxtest/uitest/test/
Dui_action_test.cpp419 GenericSwipe dragAction(TouchOp::DRAG, point0, point1); in TEST_F() local