Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Ddrag_adapter_impl.cpp34ArkUIDragAction* dragAction, std::shared_ptr<OHOS::Ace::NG::ArkUIInteralDragAction> internalDragAc… in DragActionConvert()
67 ArkUI_Int32 StartDrag(ArkUIDragAction* dragAction) in StartDrag()
99 void RegisterStatusListener(ArkUIDragAction* dragAction, void* userData, DragStatusCallback listene… in RegisterStatusListener()
106 void UnRegisterStatusListener(ArkUIDragAction* dragAction) in UnRegisterStatusListener()
120 auto* dragAction = new ArkUIDragAction(); in CreateDragActionWithNode() local
129 auto* dragAction = new ArkUIDragAction(); in CreateDragActionWithContext() local
/foundation/arkui/ace_engine/interfaces/native/event/
Ddrag_and_drop_impl.cpp145 void OH_ArkUI_DragAction_Dispose(ArkUI_DragAction* dragAction) in OH_ArkUI_DragAction_Dispose()
154 int32_t OH_ArkUI_DragAction_SetPointerId(ArkUI_DragAction* dragAction, int32_t pointer) in OH_ArkUI_DragAction_SetPointerId()
171 int32_t OH_ArkUI_DragAction_SetPixelMaps(ArkUI_DragAction* dragAction, OH_PixelmapNative* pixelmapA… in OH_ArkUI_DragAction_SetPixelMaps()
195 int32_t OH_ArkUI_DragAction_SetTouchPointX(ArkUI_DragAction* dragAction, float x) in OH_ArkUI_DragAction_SetTouchPointX()
209 int32_t OH_ArkUI_DragAction_SetTouchPointY(ArkUI_DragAction* dragAction, float y) in OH_ArkUI_DragAction_SetTouchPointY()
223 int32_t OH_ArkUI_DragAction_SetData(ArkUI_DragAction* dragAction, OH_UdmfData* data) in OH_ArkUI_DragAction_SetData()
233 int32_t OH_ArkUI_DragAction_SetDragPreviewOption(ArkUI_DragAction* dragAction, ArkUI_DragPreviewOpt… in OH_ArkUI_DragAction_SetDragPreviewOption()
247 int32_t OH_ArkUI_DragAction_RegisterStatusListener(ArkUI_DragAction* dragAction, void* userData, in OH_ArkUI_DragAction_RegisterStatusListener()
259 void OH_ArkUI_DragAction_UnregisterStatusListener(ArkUI_DragAction* dragAction) in OH_ArkUI_DragAction_UnregisterStatusListener()
289 int32_t OH_ArkUI_StartDrag(ArkUI_DragAction* dragAction) in OH_ArkUI_StartDrag()
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
Ddrag_drop_func_wrapper.cpp62std::shared_ptr<OHOS::Ace::NG::ArkUIInteralDragAction> dragAction, std::vector<ShadowInfoCore>& sh… in GetShadowInfoArray()
87 void PostStopDrag(std::shared_ptr<OHOS::Ace::NG::ArkUIInteralDragAction> dragAction, const RefPtr<C… in PostStopDrag()
106std::shared_ptr<OHOS::Ace::NG::ArkUIInteralDragAction> dragAction, const RefPtr<Container>& contai… in ConfirmCurPointerEventInfo()
137std::shared_ptr<OHOS::Ace::NG::ArkUIInteralDragAction> dragAction, std::optional<DragDataCore>& dr… in EnvelopedDragData()
184 void HandleCallback(std::shared_ptr<OHOS::Ace::NG::ArkUIInteralDragAction> dragAction, in HandleCallback()
209 int32_t CheckStartAction(std::shared_ptr<OHOS::Ace::NG::ArkUIInteralDragAction> dragAction, in CheckStartAction()
230 …nt32_t DragDropFuncWrapper::StartDragAction(std::shared_ptr<OHOS::Ace::NG::ArkUIInteralDragAction>… in StartDragAction()
Ddrag_drop_manager.h439 void SetDragAction(const std::shared_ptr<OHOS::Ace::NG::ArkUIInteralDragAction>& dragAction) in SetDragAction()
/foundation/arkui/ace_engine/test/unittest/interfaces/
Ddrag_and_drop_test.cpp83 auto* dragAction = OH_ArkUI_CreateDragActionWithNode(rootNode); variable
114 auto dragAction = OH_ArkUI_CreateDragActionWithContext(uiContext); variable
/foundation/multimodalinput/input/intention/drag/data/src/
Ddrag_params.cpp331 GetDragActionReply::GetDragActionReply(DragAction dragAction) in GetDragActionReply()
342 int32_t dragAction { -1 }; in Unmarshalling() local
/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/
Djs_drag_controller.cpp110 DragAction *dragAction = nullptr; member
153 DragAction* dragAction = static_cast<DragAction*>(data); in NapiSerializer() local
209 DragAction* dragAction = ConvertDragAction(env, thisVar); in On() local
234 DragAction* dragAction = ConvertDragAction(env, thisVar); in Off() local
271 DragAction* dragAction = ConvertDragAction(env, thisVar); in StartDrag() local
344 DragAction* dragAction = nullptr; in ConvertDragAction() local
1673 DragAction* dragAction = new (std::nothrow) DragAction(dragAsyncContext); in JSCreateDragAction() local
/foundation/multimodalinput/input/intention/frameworks/client/src/
Dintention_manager.cpp354 int32_t IntentionManager::GetDragAction(DragAction &dragAction) in GetDragAction()
/foundation/multimodalinput/input/intention/drag/server/src/
Ddrag_server.cpp410 DragAction dragAction {}; in GetDragAction() local
/foundation/multimodalinput/input/intention/drag/client/src/
Ddrag_client.cpp372 int32_t DragClient::GetDragAction(ITunnelClient &tunnel, DragAction &dragAction) in GetDragAction()
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
Dweb_delegate.cpp5906 void WebDelegate::HandleDragEvent(int32_t x, int32_t y, const DragAction& dragAction) in HandleDragEvent()