Home
last modified time | relevance | path

Searched defs:WindowProperty (Results 1 – 2 of 2) sorted by relevance

/foundation/distributedhardware/distributedscreen/services/screenclient/include/
Dscreen_client_common.h21 struct WindowProperty { struct
22 int32_t type;
23 uint64_t displayId;
24 int32_t startX;
25 int32_t startY;
26 uint16_t width;
27 uint16_t height;
/foundation/windowmanager/utils/src/
Dwindow_property.cpp22 WindowProperty::WindowProperty(const sptr<WindowProperty>& property) in WindowProperty() function in OHOS::Rosen::WindowProperty