Home
last modified time | relevance | path

Searched defs:WindowInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/
H A Dwindow_info.h183 struct WindowInfo { struct
226 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 …]
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_layout_policy_test.cpp43 struct WindowInfo { struct
44 Rect winRect_;
45 WindowType winType_;
46 WindowMode winMode_;
47 WindowSizeChangeReason reason_;
48 DragType dragType_;
49 bool decorEnable_;
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/include/
H A Dsupervisor.h52 explicit WindowInfo(int32_t windowId) : windowId_(windowId) {} in WindowInfo() function