Searched refs:label_ (Results 1 - 3 of 3) sorted by relevance
/vendor/ohemu/qemu_riscv32_mini_system_demo/tests/ui/ |
H A D | sample_ui.cpp | 45 if (label_ != nullptr) {
in ~UIViewScaleRotate() 46 delete label_;
in ~UIViewScaleRotate() 47 label_ = nullptr;
in ~UIViewScaleRotate() 57 label_ = new UILabel();
in SetUp() 58 label_->SetText("animator");
in SetUp() 59 label_->SetPosition(100, 100, 100, 50);
in SetUp() 60 label_->SetStyle(STYLE_TEXT_COLOR, Color::Black().full);
in SetUp() 61 label_->SetStyle(STYLE_BACKGROUND_COLOR, Color::Red().full);
in SetUp() 62 rootView_->Add(label_);
in SetUp() 78 label_ 90 UILabel *label_ = nullptr; global() member in UIViewScaleRotate 128 UILabel *label_ = nullptr; global() member in UiDemo [all...] |
H A D | ui_animator_test.cpp | 147 label_ = nullptr; in ~AnimatorDemo() 176 label_->SetStyle(STYLE_TEXT_COLOR, Color::Red().full); in GetTitleLabel() 182 UILabel *label_ = nullptr; member in AnimatorDemo 212 label_ = new UILabel(); in SetUp() 213 container_->Add(label_); in SetUp() 214 label_->SetPosition(100, 20, 264, 48); in SetUp() 215 label_->SetText("AnimatorDemo"); in SetUp() 216 label_->SetFont(DEFAULT_VECTOR_FONT_FILENAME, FONT_DEFAULT_SIZE); in SetUp() 320 label_->SetText(reinterpret_cast<char *>(buf)); in OnFPSChanged() 321 label_ in OnFPSChanged() 401 UILabel *label_ = nullptr; global() member in UIScaleRotateDemo [all...] |
/vendor/ohemu/qemu_small_system_demo/apps/src/ |
H A D | sample_ui.cpp | 82 if (label_ != nullptr) { in ~UIViewScaleRotate() 83 delete label_; in ~UIViewScaleRotate() 84 label_ = nullptr; in ~UIViewScaleRotate() 95 label_ = new UILabel(); in SetUp() 96 label_->SetText("旋转动画"); in SetUp() 97 label_->SetPosition(100, 100, 100, 50); in SetUp() 98 label_->SetStyle(STYLE_TEXT_COLOR, Color::Black().full); in SetUp() 99 rootView_->Add(label_); in SetUp() 116 label_->Rotate(angleValue_, VIEW_CENTER); 117 label_ 129 UILabel *label_ = nullptr; global() member in UIViewScaleRotate 167 UILabel *label_ = nullptr; global() member in UiDemo [all...] |
Completed in 2 milliseconds