Searched refs:CreateSystemSubWindow (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/window/window_manager/test/systemtest/wms/ |
H A D | window_systemsubwindow_test.cpp | 85 static sptr<Window> CreateSystemSubWindow(sptr<Window> parentWindow, struct Rect rect, in CreateSystemSubWindow() function 121 sptr<Window> subWindow = CreateSystemSubWindow(baseWindow, rect, flags); 181 sptr<Window> subWindow = CreateSystemSubWindow(baseWindow, rect, flags); 218 sptr<Window> subWindow = CreateSystemSubWindow(baseWindow, rect, flags); 255 sptr<Window> subWindow = CreateSystemSubWindow(appSubWindow, rect, flags); 277 sptr<Window> systemSubWindow = CreateSystemSubWindow(baseWindow, baseRect, baseFlags); 285 sptr<Window> subWindow = CreateSystemSubWindow(systemSubWindow, rect, flags); 318 sptr<Window> subWindow = CreateSystemSubWindow(baseWindow, rect, flags); 359 sptr<Window> subWindow = CreateSystemSubWindow(baseWindow, rect, flags);
|