Searched refs:curTimeLabel (Results 1 – 1 of 1) sorted by relevance
373 UILabel* curTimeLabel = const_cast<UILabel *>(panelView_->GetCurTimeText()); in SetVideoPanel() local374 if (curTimeLabel != nullptr) { in SetVideoPanel()375 panelView_->SetTextInPanel(curTimeLabel); in SetVideoPanel()407 UILabel *curTimeLabel = const_cast<UILabel *>(panelView_->GetCurTimeText()); in SetCurrentPlayTimeText() local408 if (curTimeLabel == nullptr) { in SetCurrentPlayTimeText()414 curTimeLabel->SetText(timeStr); in SetCurrentPlayTimeText()415 curTimeLabel->Invalidate(); in SetCurrentPlayTimeText()