Searched refs:clockComponent (Results 1 – 2 of 2) sorted by relevance
23 auto clockComponent = AceType::MakeRefPtr<TextClockComponent>(std::string("")); in Create() local24 CHECK_NULL_RETURN(clockComponent, nullptr); in Create()25 clockComponent->SetTextClockController(AceType::MakeRefPtr<TextClockController>()); in Create()26 ViewStackProcessor::GetInstance()->Push(clockComponent); in Create()27 return clockComponent->GetTextClockController(); in Create()
106 RefPtr<ClockComponent> clockComponent = AceType::DynamicCast<ClockComponent>(component); in Update() local107 if (clockComponent == nullptr) { in Update()111 declaration_ = clockComponent->GetDeclaration(); in Update()