Lines Matching refs:rootView_
102 if (rootView_ != nullptr) {
103 RootView::DestroyWindowRootView(rootView_);
104 rootView_ = nullptr;
118 rootView_->Add(backArea_);
119 rootView_->Add(errorTips_);
120 rootView_->Add(backIcon_);
121 SetUIContent(rootView_);
126 if (rootView_ != nullptr) {
129 rootView_ = RootView::GetWindowRootView();
130 rootView_->SetPosition(ROOT_VIEW_POSITION_X, ROOT_VIEW_POSITION_Y);
131 rootView_->Resize(ROOT_VIEW_WIDTH, ROOT_VIEW_HEIGHT);
132 rootView_->SetStyle(STYLE_BACKGROUND_COLOR, Color::Black().full);
161 rootView_->Add(backArea_);
162 rootView_->Add(backIcon_);
236 rootView_->Add(surfaceView_);
304 rootView_->Add(animatorGroup_);
353 SetUIContent(rootView_);