Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_video.cpp175 if (currentTimeLabel_ != nullptr) { in Stop()
176 currentTimeLabel_->SetText("00:00:00"); in Stop()
278 if (currentTimeLabel_ != nullptr) { in Reset()
279 currentTimeLabel_->SetText("00:00"); in Reset()
351 controllerGroup_->Add(currentTimeLabel_); in InitVideo()
359 sliderAnimatorCallback_ = new SliderAnimatorCallback(this, playSlider_, currentTimeLabel_); in InitVideo()
407 if (currentTimeLabel_ == nullptr) { in InitControllerLabel()
408 currentTimeLabel_ = new UILabel(); in InitControllerLabel()
409 if (currentTimeLabel_ == nullptr) { in InitControllerLabel()
414 currentTimeLabel_ in InitControllerLabel()
[all...]
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_video.h471 UILabel* currentTimeLabel_ = nullptr; member in OHOS::UIVideo

Completed in 2 milliseconds