Lines Matching refs:dragAction
672 * @param dragAction Indicates the pointer to the target drag action object.
675 void OH_ArkUI_DragAction_Dispose(ArkUI_DragAction* dragAction);
681 * @param dragAction Indicates the pointer to the target drag action object.
688 int32_t OH_ArkUI_DragAction_SetPointerId(ArkUI_DragAction* dragAction, int32_t pointer);
693 * @param dragAction Indicates the pointer to the target drag action object.
702 ArkUI_DragAction* dragAction, OH_PixelmapNative* pixelmapArray[], int32_t size);
707 * @param dragAction Indicates the pointer to the target drag action object.
714 int32_t OH_ArkUI_DragAction_SetTouchPointX(ArkUI_DragAction* dragAction, float x);
719 * @param dragAction Indicates the pointer to the target drag action object.
726 int32_t OH_ArkUI_DragAction_SetTouchPointY(ArkUI_DragAction* dragAction, float y);
731 * @param dragAction Indicates the pointer to the target drag action object.
738 int32_t OH_ArkUI_DragAction_SetData(ArkUI_DragAction* dragAction, OH_UdmfData* data);
743 * @param dragAction Indicates the pointer to the target drag action object.
750 int32_t OH_ArkUI_DragAction_SetDragPreviewOption(ArkUI_DragAction* dragAction, ArkUI_DragPreviewOption* option);
756 * @param dragAction Indicates the pointer to the target drag action object.
766 int32_t OH_ArkUI_DragAction_RegisterStatusListener(ArkUI_DragAction* dragAction, void* userData,
772 * @param dragAction Indicates the pointer to the target drag action object.
775 void OH_ArkUI_DragAction_UnregisterStatusListener(ArkUI_DragAction* dragAction);
800 * @param dragAction Indicates a drag action object.
806 int32_t OH_ArkUI_StartDrag(ArkUI_DragAction* dragAction);