Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dvideo_view.cpp341 UILabel* totalTimeLabel = const_cast<UILabel *>(panelView_->GetVideoTotalTimeText()); in HideVideoPanel() local
342 if (totalTimeLabel != nullptr) { in HideVideoPanel()
343 totalTimeLabel->SetVisible(false); in HideVideoPanel()
382 UILabel* totalTimeLabel = const_cast<UILabel *>(panelView_->GetVideoTotalTimeText()); in SetVideoPanel() local
383 if (totalTimeLabel != nullptr) { in SetVideoPanel()
384 panelView_->SetTextInPanel(totalTimeLabel); in SetVideoPanel()