Home
last modified time | relevance | path

Searched refs:GetVideoTotalTimeText (Results 1 – 3 of 3) 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()
382 UILabel* totalTimeLabel = const_cast<UILabel *>(panelView_->GetVideoTotalTimeText()); in SetVideoPanel()
425 const_cast<UILabel *>(panelView_->GetVideoTotalTimeText()); in UpdatePanelTimeText()
H A Dpanel_view.h41 const UILabel* GetVideoTotalTimeText() const;
H A Dpanel_view.cpp89 const UILabel *PanelView::GetVideoTotalTimeText() const in GetVideoTotalTimeText() function in OHOS::ACELite::PanelView