Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_video.h334 timeLabel_ = label; in SliderAnimatorCallback()
367 UILabel* timeLabel_ = nullptr; variable
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_video.cpp694 if (timeLabel_ != nullptr) { in Callback()
699 timeLabel_->SetText(&timer[0]); in Callback()
700 timeLabel_->Invalidate(); in Callback()