Home
last modified time | relevance | path

Searched refs:MoveDragProperty (Results 1 – 24 of 24) sorted by relevance

/foundation/window/window_manager/wmserver/include/
Ddrag_controller.h64 …DragController() : windowProperty_(new WindowProperty()), moveDragProperty_(new MoveDragProperty()) in MoveDragController()
73 sptr<MoveDragProperty>& moveDragProperty);
82 void SetDragProperty(const sptr<MoveDragProperty>& moveDragProperty);
85 const sptr<MoveDragProperty>& GetMoveDragProperty() const;
99 sptr<MoveDragProperty> moveDragProperty_;
Dwindow_inner_manager.h61 sptr<MoveDragProperty>& moveDragProperty);
Dwindow_controller.h56 …WMError NotifyServerReadyToMoveOrDrag(uint32_t windowId, sptr<MoveDragProperty>& moveDragProperty);
83 WMError ChangeMouseStyle(uint32_t windowId, sptr<MoveDragProperty>& moveDragProperty);
Dwindow_manager_service.h103 sptr<MoveDragProperty>& moveDragProperty) override;
/foundation/window/window_manager/utils/include/
Dwm_common_inner.h187 struct MoveDragProperty : public Parcelable { struct
201MoveDragProperty() : startPointPosX_(0), startPointPosY_(0), startPointerId_(0), targetDisplayId_(… in MoveDragProperty() argument
210MoveDragProperty(int32_t startPointPosX, int32_t startPointPosY, int32_t startPointerId, int32_t t… in MoveDragProperty() function
247 static MoveDragProperty* Unmarshalling(Parcel& parcel) in Unmarshalling() argument
249 MoveDragProperty* info = new MoveDragProperty(); in Unmarshalling()
271 void CopyFrom(const sptr<MoveDragProperty>& property) in CopyFrom() argument
/foundation/window/window_manager/wmserver/test/unittest/
Ddrag_controller_test.cpp158 moveDragController_->moveDragProperty_ = new MoveDragProperty();
244 moveDragController_->moveDragProperty_ = new MoveDragProperty();
292 moveDragController_->moveDragProperty_ = new MoveDragProperty();
327 moveDragController_->moveDragProperty_ = new MoveDragProperty();
367 moveDragController_->moveDragProperty_ = new MoveDragProperty();
412 moveDragController_->moveDragProperty_ = new MoveDragProperty();
Dwindow_inner_manager_test.cpp99 sptr<MoveDragProperty> moveDragProperty = new MoveDragProperty();
Dwindow_manager_stub_impl.h57 sptr<MoveDragProperty>& moveDragProperty){}; in NotifyServerReadyToMoveOrDrag()
Dwindow_manager_stub_test.cpp169 sptr<MoveDragProperty> moveDragProperty = new MoveDragProperty();
/foundation/window/window_manager/window_scene/session/host/include/
Dmove_drag_controller.h46 struct MoveDragProperty { struct
111 MoveDragProperty moveDragProperty_ = { -1, -1, -1, { 0, 0, 0, 0 }, { 0, 0, 0, 0 } };
/foundation/window/window_manager/wmserver/src/
Ddrag_controller.cpp222 sptr<MoveDragProperty>& moveDragProperty) in HandleReadyToMoveOrDrag()
486 void MoveDragController::SetDragProperty(const sptr<MoveDragProperty>& moveDragProperty) in SetDragProperty()
496 const sptr<MoveDragProperty>& MoveDragController::GetMoveDragProperty() const in GetMoveDragProperty()
509 auto moveDragProperty = new MoveDragProperty(); in ResetMoveOrDragState()
Dwindow_inner_manager.cpp285 sptr<MoveDragProperty>& moveDragProperty) in NotifyServerReadyToMoveOrDrag()
Dwindow_controller.cpp1065 WMError WindowController::ChangeMouseStyle(uint32_t windowId, sptr<MoveDragProperty>& moveDragPrope… in ChangeMouseStyle()
1093 WMError WindowController::NotifyServerReadyToMoveOrDrag(uint32_t windowId, sptr<MoveDragProperty>& … in NotifyServerReadyToMoveOrDrag()
Dwindow_manager_service.cpp1135 sptr<MoveDragProperty>& moveDragProperty) in NotifyServerReadyToMoveOrDrag()
/foundation/window/window_manager/test/common/mock/
Dmock_window_adapter.h45 sptr<MoveDragProperty>& moveDragProperty));
/foundation/window/window_manager/wmserver/include/zidl/
Dwindow_manager_proxy.h44 sptr<MoveDragProperty>& moveDragProperty) override;
Dwindow_manager_interface.h93 sptr<MoveDragProperty>& moveDragProperty) = 0;
/foundation/window/window_manager/wm/include/
Dwindow_adapter.h47 sptr<MoveDragProperty>& moveDragProperty);
Dwindow_impl.h606 sptr<MoveDragProperty> moveDragProperty_;
/foundation/window/window_manager/wmserver/src/zidl/
Dwindow_manager_stub.cpp117 sptr<MoveDragProperty> moveDragProperty = data.ReadStrongParcelable<MoveDragProperty>(); in OnRemoteRequest()
Dwindow_manager_proxy.cpp301 sptr<MoveDragProperty>& moveDragProperty) in NotifyServerReadyToMoveOrDrag()
/foundation/window/window_manager/window_scene/session_manager/include/zidl/
Dscene_session_manager_interface.h126 sptr<MoveDragProperty>& moveDragProperty) override {} in NotifyServerReadyToMoveOrDrag()
/foundation/window/window_manager/wm/src/
Dwindow_adapter.cpp122 sptr<MoveDragProperty>& moveDragProperty) in NotifyServerReadyToMoveOrDrag()
Dwindow_impl.cpp120 moveDragProperty_ = new (std::nothrow) MoveDragProperty(); in WindowImpl()