Searched refs:DragCursorStyleCore (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/interaction/ |
H A D | interaction_impl.cpp | 28 …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 D | interaction_impl.h | 37 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 D | drag_drop_manager.h | 134 …const DragCursorStyleCore& dragCursorStyleCore = DragCursorStyleCore::DEFAULT, const int32_t event… 218 void SetDragCursorStyleCore(DragCursorStyleCore dragCursorStyleCore) in SetDragCursorStyleCore() 548 DragCursorStyleCore dragCursorStyleCore_ = DragCursorStyleCore::DEFAULT;
|
H A D | drag_drop_manager.cpp | 355 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 D | interaction_interface.h | 38 virtual int32_t UpdateDragStyle(DragCursorStyleCore style, const int32_t eventId = -1) = 0;
|
H A D | interaction_data.h | 24 enum class DragCursorStyleCore { enum
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/msdp/ |
H A D | interaction_impl.h | 36 int32_t UpdateDragStyle(DragCursorStyleCore style, const int32_t eventId = -1) override;
|
H A D | interaction_impl.cpp | 47 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 D | mock_interaction_interface.h | 39 …MOCK_METHOD(int32_t, UpdateDragStyle, (DragCursorStyleCore style, const int32_t eventId), (overrid…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.cpp | 3885 manager->SetDragCursorStyleCore(DragCursorStyleCore::DEFAULT); in OnDragEvent() 3892 manager->SetDragCursorStyleCore(DragCursorStyleCore::DEFAULT); in OnDragEvent()
|