Home
last modified time | relevance | path

Searched refs:container_ (Results 1 - 3 of 3) sorted by relevance

/vendor/ohemu/qemu_riscv32_mini_system_demo/tests/ui/
H A Dui_image_test.cpp56 UIScrollView *container_ = nullptr; member in ImageDemo
87 if (container_ == nullptr) { in SetUp()
88 container_ = new UIScrollView(); in SetUp()
89 container_->SetPosition(25, 25, Screen::GetInstance().GetWidth() - 50, Screen::GetInstance().GetHeight() - 50); in SetUp()
90 container_->SetHorizontalScrollState(false); in SetUp()
96 DeleteChildren(container_); in ~ImageDemo()
97 container_ = nullptr; in ~ImageDemo()
107 return container_; in GetView()
112 if (container_ == nullptr) { in CreateImageSwitch()
116 container_ in CreateImageSwitch()
185 UIScrollView *container_ = nullptr; global() member in QrcodeDemo
[all...]
H A Dui_test.cpp43 UIScrollView* container_ = nullptr; member in UITest
61 if (container_ == nullptr) { in SetUp()
62 container_ = new UIScrollView(); in SetUp()
63 container_->SetThrowDrag(true); in SetUp()
64 container_->Resize(Screen::GetInstance().GetWidth(), Screen::GetInstance().GetHeight()); in SetUp()
65 container_->SetHorizontalScrollState(false); in SetUp()
103 if (container_ == nullptr) { in Start()
117 container_->Add(group); in Start()
118 rootView_->Add(container_); in Start()
H A Dui_animator_test.cpp145 DeleteChildren(container_); in ~AnimatorDemo()
146 container_ = nullptr; in ~AnimatorDemo()
180 UIScrollView *container_ = nullptr; member in AnimatorDemo
199 if (container_ == nullptr) { in SetUp()
200 container_ = new UIScrollView(); in SetUp()
201 container_->SetPosition(25, 25, Screen::GetInstance().GetWidth() - 50, Screen::GetInstance().GetHeight() - 50); in SetUp()
210 container_->Add(uiViewGroupFrame_); in SetUp()
213 container_->Add(label_); in SetUp()
225 uiViewGroupFrame_->Resize(container_->GetWidth() - VIEW_DISTANCE_TO_LEFT_SIDE, in SetUp()
234 container_ in SetUp()
400 UIViewGroup *container_ = nullptr; global() member in UIScaleRotateDemo
[all...]

Completed in 2 milliseconds