Home
last modified time | relevance | path

Searched refs:curPlayTime (Results 1 – 1 of 1) 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() local
330 if (curPlayTime != nullptr) { in HideVideoPanel()
331 curPlayTime->SetVisible(false); in HideVideoPanel()