Searched refs:CreateDefaultWindow (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/test/unittest/common/ |
H A D | hardware_acceleration_unit_test.cpp | 112 static void CreateDefaultWindow(RootView* rootView, int x, int y) in CreateDefaultWindow() function in OHOS::HardwareAccelerationTest 141 HardwareAccelerationTest::CreateDefaultWindow(rootView, 0, 0); 172 HardwareAccelerationTest::CreateDefaultWindow(rootView, 0, 0); 205 HardwareAccelerationTest::CreateDefaultWindow(rootView, 0, 0); 242 HardwareAccelerationTest::CreateDefaultWindow(rootView, 0, 0); 282 HardwareAccelerationTest::CreateDefaultWindow(rootView, 0, 0);
|
/ohos5.0/foundation/window/window_manager_lite/test/ |
H A D | sample_window.cpp | 45 void CreateDefaultWindow(RootView* rootView, int x, int y) in CreateDefaultWindow() function 114 CreateDefaultWindow(g_rootView2, 70, 75); // 70: x, 75: y in Callback() 230 CreateDefaultWindow(g_rootView1, 0, 50); // 50: y in TestWindow() 231 CreateDefaultWindow(g_rootView2, 70, 75); // 70: x, 75: y in TestWindow() 232 CreateDefaultWindow(g_rootView3, 120, 200); // 120: x, 200: y in TestWindow() 254 CreateDefaultWindow(rootView, 20 * i, 0); // 20: offset in TestWindowNumLimit()
|
/ohos5.0/foundation/arkui/ui_lite/test/unittest/render/ |
H A D | render_uni_test.cpp | 40 static void CreateDefaultWindow(RootView* rootView, int x, int y) in CreateDefaultWindow() function in OHOS::RenderTest 99 RenderTest::CreateDefaultWindow(rootView, 0, 0); 131 RenderTest::CreateDefaultWindow(rootView, 0, 0);
|
/ohos5.0/foundation/arkui/ui_lite/test/unittest/dfx/ |
H A D | view_bounds_unit_test.cpp | 47 static void CreateDefaultWindow(RootView* rootView, int x, int y) in CreateDefaultWindow() function in OHOS::ViewBoundsTest 160 ViewBoundsTest::CreateDefaultWindow(rootView, 0, 0); 203 ViewBoundsTest::CreateDefaultWindow(rootView1, 0, 0); 214 ViewBoundsTest::CreateDefaultWindow(rootView2, 0, 0);
|