Lines Matching refs:sptr
40 explicit DragController(sptr<WindowRoot>& root) : windowRoot_(root) {}
47 sptr<WindowNode> GetHitWindow(DisplayId id, const PointInfo point);
49 sptr<WindowRoot> windowRoot_;
75 void HandleReadyToMoveOrDrag(uint32_t windowId, sptr<WindowProperty>& windowProperty,
76 sptr<MoveDragProperty>& moveDragProperty);
83 void SetWindowRoot(const sptr<WindowRoot>& windowRoot);
86 void SetDragProperty(const sptr<MoveDragProperty>& moveDragProperty);
87 void SetWindowProperty(const sptr<WindowProperty>& windowProperty);
89 const sptr<MoveDragProperty>& GetMoveDragProperty() const;
90 const sptr<WindowProperty>& GetWindowProperty() const;
103 sptr<WindowRoot> windowRoot_;
104 sptr<WindowProperty> windowProperty_;
105 sptr<MoveDragProperty> moveDragProperty_;