Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dvideo_view.cpp329 UILabel* curPlayTime = const_cast<UILabel *>(panelView_->GetCurTimeText()); in HideVideoPanel()
373 UILabel* curTimeLabel = const_cast<UILabel *>(panelView_->GetCurTimeText()); in SetVideoPanel()
407 UILabel *curTimeLabel = const_cast<UILabel *>(panelView_->GetCurTimeText()); in SetCurrentPlayTimeText()
424 const_cast<UILabel *>(panelView_->GetCurTimeText()) : in UpdatePanelTimeText()
H A Dpanel_view.h39 const UILabel* GetCurTimeText() const;
H A Dpanel_view.cpp74 const UILabel *PanelView::GetCurTimeText() const in GetCurTimeText() function in OHOS::ACELite::PanelView