Searched refs:rootView1 (Results 1 – 1 of 1) sorted by relevance
194 RootView* rootView1 = RootView::GetWindowRootView(); variable195 rootView1->SetWidth(600); // 600: width196 rootView1->SetHeight(500); // 500: height197 rootView1->SetPosition(0, 0);200 rootView1->Add(vg1);202 rootView1->Invalidate();203 ViewBoundsTest::CreateDefaultWindow(rootView1, 0, 0);230 rootView1->RemoveAll();233 ViewBoundsTest::DestroyWindow(rootView1);234 RootView::DestroyWindowRootView(rootView1);