Searched refs:currentTimeLabel_ (Results 1 – 2 of 2) sorted by relevance
175 if (currentTimeLabel_ != nullptr) { in Stop()278 if (currentTimeLabel_ != nullptr) { in Reset()279 currentTimeLabel_->SetText("00:00"); in Reset()407 if (currentTimeLabel_ == nullptr) { in InitControllerLabel()408 currentTimeLabel_ = new UILabel(); in InitControllerLabel()409 if (currentTimeLabel_ == nullptr) { in InitControllerLabel()419 currentTimeLabel_->SetText("00:00:00"); in InitControllerLabel()552 if (currentTimeLabel_ != nullptr) { in DeleteController()553 delete currentTimeLabel_; in DeleteController()554 currentTimeLabel_ = nullptr; in DeleteController()[all …]
471 UILabel* currentTimeLabel_ = nullptr; variable