Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dvideo_view.cpp373 UILabel* curTimeLabel = const_cast<UILabel *>(panelView_->GetCurTimeText()); in SetVideoPanel() local
374 if (curTimeLabel != nullptr) { in SetVideoPanel()
375 panelView_->SetTextInPanel(curTimeLabel); in SetVideoPanel()
407 UILabel *curTimeLabel = const_cast<UILabel *>(panelView_->GetCurTimeText()); in SetCurrentPlayTimeText() local
408 if (curTimeLabel == nullptr) { in SetCurrentPlayTimeText()
414 curTimeLabel->SetText(timeStr); in SetCurrentPlayTimeText()
415 curTimeLabel->Invalidate(); in SetCurrentPlayTimeText()