Searched defs:dragAction (Results 1 – 11 of 11) sorted by relevance
| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| D | drag_adapter_impl.cpp | 34 …ArkUIDragAction* 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/ |
| D | drag_and_drop_impl.cpp | 145 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/ |
| D | drag_drop_func_wrapper.cpp | 62 …std::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() 106 …std::shared_ptr<OHOS::Ace::NG::ArkUIInteralDragAction> dragAction, const RefPtr<Container>& contai… in ConfirmCurPointerEventInfo() 137 …std::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()
|
| D | drag_drop_manager.h | 439 void SetDragAction(const std::shared_ptr<OHOS::Ace::NG::ArkUIInteralDragAction>& dragAction) in SetDragAction()
|
| /foundation/arkui/ace_engine/test/unittest/interfaces/ |
| D | drag_and_drop_test.cpp | 83 auto* dragAction = OH_ArkUI_CreateDragActionWithNode(rootNode); variable 114 auto dragAction = OH_ArkUI_CreateDragActionWithContext(uiContext); variable
|
| /foundation/multimodalinput/input/intention/drag/data/src/ |
| D | drag_params.cpp | 331 GetDragActionReply::GetDragActionReply(DragAction dragAction) in GetDragActionReply() 342 int32_t dragAction { -1 }; in Unmarshalling() local
|
| /foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/ |
| D | js_drag_controller.cpp | 110 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/ |
| D | intention_manager.cpp | 354 int32_t IntentionManager::GetDragAction(DragAction &dragAction) in GetDragAction()
|
| /foundation/multimodalinput/input/intention/drag/server/src/ |
| D | drag_server.cpp | 410 DragAction dragAction {}; in GetDragAction() local
|
| /foundation/multimodalinput/input/intention/drag/client/src/ |
| D | drag_client.cpp | 372 int32_t DragClient::GetDragAction(ITunnelClient &tunnel, DragAction &dragAction) in GetDragAction()
|
| /foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
| D | web_delegate.cpp | 5906 void WebDelegate::HandleDragEvent(int32_t x, int32_t y, const DragAction& dragAction) in HandleDragEvent()
|