Searched defs:MoveDragProperty (Results 1 – 2 of 2) sorted by relevance
| /foundation/window/window_manager/utils/include/ |
| D | wm_common_inner.h | 193 struct MoveDragProperty : public Parcelable { struct 207 …MoveDragProperty() : startPointPosX_(0), startPointPosY_(0), startPointerId_(0), targetDisplayId_(… in MoveDragProperty() argument 216 …MoveDragProperty(int32_t startPointPosX, int32_t startPointPosY, int32_t startPointerId, int32_t t… in MoveDragProperty() function 225 virtual bool Marshalling(Parcel& parcel) const override in Marshalling() 253 static MoveDragProperty* Unmarshalling(Parcel& parcel) in Unmarshalling() argument 277 void CopyFrom(const sptr<MoveDragProperty>& property) in CopyFrom() argument
|
| /foundation/window/window_manager/window_scene/session/host/include/ |
| D | move_drag_controller.h | 70 struct MoveDragProperty { struct 71 int32_t pointerId_ = -1; 72 int32_t pointerType_ = -1; 73 int32_t originalPointerPosX_ = -1; 74 int32_t originalPointerPosY_ = -1; 75 WSRect originalRect_ = { 0, 0, 0, 0 }; 76 WSRect targetRect_ = { 0, 0, 0, 0 }; 78 bool isEmpty() const in isEmpty()
|