Home
last modified time | relevance | path

Searched refs:rootView2 (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ui_lite/test/unittest/dfx/
H A Dview_bounds_unit_test.cpp205 RootView* rootView2 = RootView::GetWindowRootView(); in HWTEST_F() local
206 rootView2->SetWidth(600); // 600: width in HWTEST_F()
207 rootView2->SetHeight(500); // 500: height in HWTEST_F()
208 rootView2->SetPosition(0, 0); in HWTEST_F()
211 rootView2->Add(vg2); in HWTEST_F()
213 rootView2->Invalidate(); in HWTEST_F()
214 ViewBoundsTest::CreateDefaultWindow(rootView2, 0, 0); in HWTEST_F()
235 rootView2->RemoveAll(); in HWTEST_F()
238 ViewBoundsTest::DestroyWindow(rootView2); in HWTEST_F()
239 RootView::DestroyWindowRootView(rootView2); in HWTEST_F()
[all...]

Completed in 2 milliseconds