Searched defs:WindowProperty (Results 1 – 4 of 4) sorted by relevance
21 struct WindowProperty { struct22 int32_t type;23 uint64_t displayId;24 int32_t startX;25 int32_t startY;26 uint32_t width;27 uint32_t height;
191 struct WindowProperty { struct192 using Ptr = std::shared_ptr<WindowProperty>; argument207 WindowProperty::Ptr windowProperty = nullptr; argument
241 struct EXPORT WindowProperty { struct253 WindowProperty windowProperty; argument
26 WindowProperty::WindowProperty(const sptr<WindowProperty>& property) in WindowProperty() function in OHOS::Rosen::WindowProperty