Home
last modified time | relevance | path

Searched refs:stopButton_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_video/
H A Dui_test_video.cpp87 if (stopButton_ != nullptr) { in DeleteTestButtons()
88 delete stopButton_; in DeleteTestButtons()
89 stopButton_ = nullptr; in DeleteTestButtons()
145 stopButton_ = new UILabelButton(); in InitTestButtons()
146 stopButton_->SetPosition(posX1, 250); // 250:position y in InitTestButtons()
147 SetupTestButton(stopButton_, "stop"); in InitTestButtons()
199 container_->Add(stopButton_); in UIKitUIVideoTestSetVideo001()
316 } else if (&view == stopButton_) { in OnClick2()
H A Dui_test_video.h123 UILabelButton* stopButton_ = nullptr; variable