Home
last modified time | relevance | path

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

/vendor/ohemu/qemu_riscv32_mini_system_demo/tests/ui/
H A Dsample_ui.cpp53 rootView_ = RootView::GetInstance(); in SetUp()
54 rootView_->SetPosition(0, 0); in SetUp()
55 rootView_->Resize(Screen::GetInstance().GetWidth(), Screen::GetInstance().GetHeight()); in SetUp()
56 rootView_->SetStyle(STYLE_BACKGROUND_COLOR, Color::Green().full); in SetUp()
62 rootView_->Add(label_); in SetUp()
89 RootView *rootView_ = nullptr; member in UIViewScaleRotate
126 RootView *rootView_ = nullptr; member in UiDemo
157 if (rootView_ != nullptr) { in Start()
160 rootView_ = RootView::GetInstance(); in Start()
161 rootView_ in Start()
[all...]
H A Dui_test.cpp44 RootView* rootView_ = nullptr; member in UITest
55 if (rootView_ == nullptr) { in SetUp()
56 rootView_ = RootView::GetInstance(); in SetUp()
57 rootView_->SetPosition(0, 0); in SetUp()
58 rootView_->Resize(Screen::GetInstance().GetWidth(), Screen::GetInstance().GetHeight()); in SetUp()
99 if (rootView_ == nullptr) { in Start()
118 rootView_->Add(container_); in Start()
119 rootView_->Invalidate(); in Start()
H A Dui_image_test.cpp219 RootView *rootView_ = RootView::GetInstance(); in ImageDemoStart() local
220 rootView_->SetPosition(0, 0, Screen::GetInstance().GetWidth(), Screen::GetInstance().GetHeight()); in ImageDemoStart()
224 rootView_->Add(view->GetView()); in ImageDemoStart()
225 rootView_->Invalidate(); in ImageDemoStart()
H A Dui_animator_test.cpp415 RootView *rootView_ = RootView::GetInstance(); in AnimatorDemoStart() local
416 rootView_->SetPosition(0, 0, Screen::GetInstance().GetWidth(), Screen::GetInstance().GetHeight()); in AnimatorDemoStart()
417 rootView_->SetStyle(STYLE_BACKGROUND_COLOR, Color::Green().full); in AnimatorDemoStart()
420 rootView_->Add(view->GetTestView()); in AnimatorDemoStart()
421 rootView_->Invalidate(); in AnimatorDemoStart()
/vendor/ohemu/qemu_riscv32_mini_system_demo/tests/ability/
H A Dlauncher.cpp22 rootView_ = RootView::GetInstance(); in InitUI()
23 rootView_->SetPosition(0, 0, Screen::GetInstance().GetWidth(), Screen::GetInstance().GetHeight()); in InitUI()
24 HILOG_DEBUG(HILOG_MODULE_APP, "rootView %d-%d", rootView_->GetWidth(), rootView_->GetHeight()); in InitUI()
35 rootView_->Add(gifImageView_); in InitUI()
36 rootView_->Invalidate(); in InitUI()
H A Dlauncher.h47 RootView *rootView_ = nullptr; member in OHOS::Launcher
/vendor/ohemu/qemu_small_system_demo/apps/src/
H A Dsample_ui.cpp90 rootView_ = RootView::GetInstance(); in SetUp()
91 rootView_->SetPosition(0, 0); in SetUp()
92 rootView_->Resize(Screen::GetInstance().GetWidth(), Screen::GetInstance().GetHeight()); in SetUp()
93 rootView_->SetStyle(STYLE_BACKGROUND_COLOR, Color::Green().full); in SetUp()
99 rootView_->Add(label_); in SetUp()
128 RootView *rootView_ = nullptr; member in UIViewScaleRotate
165 RootView *rootView_ = nullptr; member in UiDemo
196 if (rootView_ != nullptr) { in Start()
199 rootView_ = RootView::GetInstance(); in Start()
200 rootView_ in Start()
[all...]

Completed in 3 milliseconds