Home
last modified time | relevance | path

Searched refs:totalTimeLabel_ (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dpanel_view.cpp38 totalTimeLabel_(nullptr), in PanelView()
48 totalTimeLabel_ = new UILabel(); in InitView()
50 if (curTimeLabel_ == nullptr || playImage_ == nullptr || videoSlider_ == nullptr || totalTimeLabel_ == nullptr || in InitView()
58 Add(totalTimeLabel_); in InitView()
70 ACE_DELETE(totalTimeLabel_); in ~PanelView()
91 return totalTimeLabel_; in GetVideoTotalTimeText()
127 if (videoSlider_ == nullptr || curTimeLabel_ == nullptr || totalTimeLabel_ == nullptr || in SetVideoSlider()
139 int16_t visibleWidth = (GetWidth() - (curTimeLabel_->GetWidth()) - (totalTimeLabel_->GetWidth()) - in SetVideoSlider()
H A Dpanel_view.h72 UILabel* totalTimeLabel_; member in OHOS::ACELite::PanelView
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_video.cpp81 if (totalTimeLabel_ != nullptr) { in Prepare()
86 totalTimeLabel_->SetText(&timer[0]); in Prepare()
178 if (totalTimeLabel_ != nullptr) { in Stop()
179 totalTimeLabel_->SetText("00:00:00"); in Stop()
281 if (totalTimeLabel_ != nullptr) { in Reset()
282 totalTimeLabel_->SetText("00:00"); in Reset()
350 controllerGroup_->Add(totalTimeLabel_); in InitVideo()
392 if (totalTimeLabel_ == nullptr) { in InitControllerLabel()
393 totalTimeLabel_ = new UILabel(); in InitControllerLabel()
394 if (totalTimeLabel_ in InitControllerLabel()
[all...]
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_video.h470 UILabel* totalTimeLabel_ = nullptr; member in OHOS::UIVideo

Completed in 3 milliseconds