Lines Matching refs:rootView_
64 if (rootView_ != nullptr) {
65 RootView::DestroyWindowRootView(rootView_);
66 rootView_ = nullptr;
166 rootView_->Add(backArea_);
167 rootView_->Add(titleLabel_);
168 rootView_->Add(deleteLabel_);
178 rootView_->Add(picContainer_);
310 rootView_->Remove(picContainer_);
354 rootView_ = RootView::GetWindowRootView();
355 rootView_->SetPosition(ROOT_VIEW_POSITION_X, ROOT_VIEW_POSITION_Y);
356 rootView_->Resize(ROOT_VIEW_WIDTH, ROOT_VIEW_HEIGHT);
357 rootView_->SetStyle(STYLE_BACKGROUND_COLOR, Color::Black().full);
371 SetUIContent(rootView_);