Searched defs:WindowProperty (Results 1 – 2 of 2) sorted by relevance
21 struct WindowProperty { struct22 int32_t type;23 uint64_t displayId;24 int32_t startX;25 int32_t startY;26 uint16_t width;27 uint16_t height;
22 WindowProperty::WindowProperty(const sptr<WindowProperty>& property) in WindowProperty() function in OHOS::Rosen::WindowProperty