Lines Matching refs:rootView_
49 if (rootView_ != nullptr) {
50 RootView::DestroyWindowRootView(rootView_);
51 rootView_ = nullptr;
80 rootView_->Add(backArea_);
115 rootView_->Add(picture_);
124 rootView_ = RootView::GetWindowRootView();
125 rootView_->SetPosition(ROOT_VIEW_POSITION_X, ROOT_VIEW_POSITION_Y);
126 rootView_->Resize(ROOT_VIEW_WIDTH, ROOT_VIEW_HEIGHT);
127 rootView_->SetStyle(STYLE_BACKGROUND_COLOR, Color::Black().full);
154 SetUIContent(rootView_);