Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_video.cpp175 if (currentTimeLabel_ != nullptr) { in Stop()
278 if (currentTimeLabel_ != nullptr) { in Reset()
279 currentTimeLabel_->SetText("00:00"); in Reset()
407 if (currentTimeLabel_ == nullptr) { in InitControllerLabel()
408 currentTimeLabel_ = new UILabel(); in InitControllerLabel()
409 if (currentTimeLabel_ == nullptr) { in InitControllerLabel()
419 currentTimeLabel_->SetText("00:00:00"); in InitControllerLabel()
552 if (currentTimeLabel_ != nullptr) { in DeleteController()
553 delete currentTimeLabel_; in DeleteController()
554 currentTimeLabel_ = nullptr; in DeleteController()
[all …]
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_video.h471 UILabel* currentTimeLabel_ = nullptr; variable