Searched refs:ArkUIInteralDragAction (Results 1 – 5 of 5) sorted by relevance
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 int32_t DragDropFuncWrapper::StartDragAction(std::shared_ptr<OHOS::Ace::NG::ArkUIInteralDragAction>… in StartDragAction()
31 … static int32_t StartDragAction(std::shared_ptr<OHOS::Ace::NG::ArkUIInteralDragAction> dragAction);
223 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_;
34 …ArkUIDragAction* dragAction, std::shared_ptr<OHOS::Ace::NG::ArkUIInteralDragAction> internalDragAc… in DragActionConvert()70 auto internalDragAction = std::make_shared<OHOS::Ace::NG::ArkUIInteralDragAction>(); in StartDrag()
46 struct ArkUIInteralDragAction { struct