Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_video/
H A Dui_test_video.cpp42 if (infoLabel_ != nullptr) { in TearDown()
43 delete infoLabel_; in TearDown()
44 infoLabel_ = nullptr; in TearDown()
169 infoLabel_ = new UILabel; in UIKitUIVideoTestSetVideo001()
190 container_->Add(infoLabel_); in UIKitUIVideoTestSetVideo001()
223 infoLabel_->SetText("loop"); in DealClickLoopButton()
244 infoLabel_->SetText(&buf[0]); in OnClick()
306 infoLabel_->SetText("Play"); in OnClick2()
312 infoLabel_->SetText("Pause"); in OnClick2()
318 infoLabel_->SetText("Stop"); in OnClick2()
[all …]
H A Dui_test_video.h49 if (infoLabel_ != nullptr) { in OnPlaybackComplete()
56 if (infoLabel_ != nullptr) { in OnError()
63 if (infoLabel_ != nullptr) { in OnInfo()
70 if (infoLabel_ != nullptr) { in OnVideoSizeChanged()
77 if (infoLabel_ != nullptr) { in OnRewindToComplete()
84 if (infoLabel_ != nullptr) { in OnPlaybackPause()
91 if (infoLabel_ != nullptr) { in OnPlaybackPlay()
98 if (infoLabel_ != nullptr) { in OnPlaybackStop()
105 infoLabel_ = label; in SetInfoLabel()
109 UILabel* infoLabel_ = nullptr;
[all …]