Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_func_wrapper.cpp62 …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 int32_t DragDropFuncWrapper::StartDragAction(std::shared_ptr<OHOS::Ace::NG::ArkUIInteralDragAction>… in StartDragAction()
H A Ddrag_drop_func_wrapper.h31 … static int32_t StartDragAction(std::shared_ptr<OHOS::Ace::NG::ArkUIInteralDragAction> dragAction);
H A Ddrag_drop_manager.h223 std::shared_ptr<OHOS::Ace::NG::ArkUIInteralDragAction> GetDragAction() in GetDragAction()
439 void SetDragAction(const std::shared_ptr<OHOS::Ace::NG::ArkUIInteralDragAction>& dragAction) in SetDragAction()
589 std::shared_ptr<OHOS::Ace::NG::ArkUIInteralDragAction> dragAction_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Ddrag_adapter_impl.cpp34 …ArkUIDragAction* dragAction, std::shared_ptr<OHOS::Ace::NG::ArkUIInteralDragAction> internalDragAc… in DragActionConvert()
70 auto internalDragAction = std::make_shared<OHOS::Ace::NG::ArkUIInteralDragAction>(); in StartDrag()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/utils/
H A Dinternal_drag_action.h46 struct ArkUIInteralDragAction { struct