Home
last modified time | relevance | path

Searched refs:DragCursorStyleCore (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/interaction/
H A Dinteraction_impl.cpp28 …Msdp::DeviceStatus::DragCursorStyle TranslateDragCursorStyle(OHOS::Ace::DragCursorStyleCore style);
90 int32_t InteractionImpl::UpdateDragStyle(OHOS::Ace::DragCursorStyleCore style, const int32_t eventI… in UpdateDragStyle()
174 Msdp::DeviceStatus::DragCursorStyle TranslateDragCursorStyle(OHOS::Ace::DragCursorStyleCore style) in TranslateDragCursorStyle()
177 case OHOS::Ace::DragCursorStyleCore::DEFAULT: in TranslateDragCursorStyle()
179 case OHOS::Ace::DragCursorStyleCore::FORBIDDEN: in TranslateDragCursorStyle()
181 case OHOS::Ace::DragCursorStyleCore::COPY: in TranslateDragCursorStyle()
183 case OHOS::Ace::DragCursorStyleCore::MOVE: in TranslateDragCursorStyle()
H A Dinteraction_impl.h37 int32_t UpdateDragStyle(DragCursorStyleCore style, const int32_t eventId = -1) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.h134 …const DragCursorStyleCore& dragCursorStyleCore = DragCursorStyleCore::DEFAULT, const int32_t event…
218 void SetDragCursorStyleCore(DragCursorStyleCore dragCursorStyleCore) in SetDragCursorStyleCore()
548 DragCursorStyleCore dragCursorStyleCore_ = DragCursorStyleCore::DEFAULT;
H A Ddrag_drop_manager.cpp355 UpdateDragStyle(DragCursorStyleCore::MOVE, eventId); in UpdateDragAllowDrop()
366 UpdateDragStyle(DragCursorStyleCore::MOVE, eventId); in UpdateDragAllowDrop()
378 UpdateDragStyle(DragCursorStyleCore::MOVE, eventId); in UpdateDragAllowDrop()
380 UpdateDragStyle(DragCursorStyleCore::COPY, eventId); in UpdateDragAllowDrop()
385 UpdateDragStyle(DragCursorStyleCore::MOVE, eventId); in UpdateDragAllowDrop()
389 UpdateDragStyle(DragCursorStyleCore::COPY, eventId); in UpdateDragAllowDrop()
393 UpdateDragStyle(DragCursorStyleCore::COPY, eventId); in UpdateDragAllowDrop()
731 dragCursorStyleCore_ = DragCursorStyleCore::DEFAULT; in ResetDragDropStatus()
1016 dragCursorStyleCore_ = DragCursorStyleCore::DEFAULT; in OnDragDrop()
1178 UpdateDragStyle(DragCursorStyleCore::MOVE, pointerEvent.pointerEventId); in FireOnDragEvent()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/interaction/
H A Dinteraction_interface.h38 virtual int32_t UpdateDragStyle(DragCursorStyleCore style, const int32_t eventId = -1) = 0;
H A Dinteraction_data.h24 enum class DragCursorStyleCore { enum
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/msdp/
H A Dinteraction_impl.h36 int32_t UpdateDragStyle(DragCursorStyleCore style, const int32_t eventId = -1) override;
H A Dinteraction_impl.cpp47 int32_t InteractionImpl::UpdateDragStyle(OHOS::Ace::DragCursorStyleCore style, const int32_t eventI… in UpdateDragStyle()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_interaction_interface.h39 …MOCK_METHOD(int32_t, UpdateDragStyle, (DragCursorStyleCore style, const int32_t eventId), (overrid…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp3885 manager->SetDragCursorStyleCore(DragCursorStyleCore::DEFAULT); in OnDragEvent()
3892 manager->SetDragCursorStyleCore(DragCursorStyleCore::DEFAULT); in OnDragEvent()