Searched defs:WindowInfo (Results 1 – 3 of 3) sorted by relevance
183 struct WindowInfo { struct226 int32_t id;233 int32_t pid;240 int32_t uid;247 Rect area;255 std::vector<Rect> defaultHotAreas;262 std::vector<Rect> pointerHotAreas;269 int32_t agentWindowId;277 uint32_t flags;305 std::vector<int32_t> pointerChangeAreas;[all …]
43 struct WindowInfo { struct44 Rect winRect_;45 WindowType winType_;46 WindowMode winMode_;47 WindowSizeChangeReason reason_;48 DragType dragType_;49 bool decorEnable_;
52 explicit WindowInfo(int32_t windowId) : windowId_(windowId) {} in WindowInfo() function