Searched refs:eventEffectController_ (Results 1 – 8 of 8) sorted by relevance
130 if (!eventEffectController_) { in Update()131 eventEffectController_ = CREATE_ANIMATOR(context_); in Update()268 if (!eventEffectController_->IsStopped()) { in PlayEventEffectAnimation()269 eventEffectController_->Stop(); in PlayEventEffectAnimation()273 eventEffectController_->ClearInterpolators(); in PlayEventEffectAnimation()274 eventEffectController_->ClearStopListeners(); in PlayEventEffectAnimation()275 eventEffectController_->AddInterpolator(colorAnimation); in PlayEventEffectAnimation()276 eventEffectController_->SetDuration(PRESS_DURATION); in PlayEventEffectAnimation()277 eventEffectController_->SetFillMode(FillMode::FORWARDS); in PlayEventEffectAnimation()278 eventEffectController_->Forward(); in PlayEventEffectAnimation()
120 RefPtr<Animator> eventEffectController_; variable
433 if (!eventEffectController_) { in PlayEventEffectAnimation()434 eventEffectController_ = CREATE_ANIMATOR(context_); in PlayEventEffectAnimation()436 if (!eventEffectController_->IsStopped()) { in PlayEventEffectAnimation()437 eventEffectController_->Stop(); in PlayEventEffectAnimation()441 eventEffectController_->ClearInterpolators(); in PlayEventEffectAnimation()442 eventEffectController_->ClearStopListeners(); in PlayEventEffectAnimation()443 eventEffectController_->AddInterpolator(colorAnimation); in PlayEventEffectAnimation()444 eventEffectController_->SetDuration(PRESS_DURATION); in PlayEventEffectAnimation()445 eventEffectController_->SetFillMode(FillMode::FORWARDS); in PlayEventEffectAnimation()446 eventEffectController_->Forward(); in PlayEventEffectAnimation()
65 RefPtr<Animator> eventEffectController_; variable
624 if (!eventEffectController_) { in Update()625 eventEffectController_ = CREATE_ANIMATOR(context_); in Update()817 if (!eventEffectController_->IsStopped()) { in PlayEventEffectAnimation()818 eventEffectController_->Stop(); in PlayEventEffectAnimation()828 eventEffectController_->ClearInterpolators(); in PlayEventEffectAnimation()829 eventEffectController_->ClearStopListeners(); in PlayEventEffectAnimation()830 eventEffectController_->AddInterpolator(colorAnimation); in PlayEventEffectAnimation()831 eventEffectController_->SetDuration(duration); in PlayEventEffectAnimation()832 eventEffectController_->SetFillMode(FillMode::FORWARDS); in PlayEventEffectAnimation()833 eventEffectController_->AddStopListener([weakNode = AceType::WeakClaim(this)]() { in PlayEventEffectAnimation()[all …]
141 RefPtr<Animator> eventEffectController_; variable
625 if (!eventEffectController_) { in PlayEventEffectAnimation()626 eventEffectController_ = CREATE_ANIMATOR(context_); in PlayEventEffectAnimation()628 if (!eventEffectController_->IsStopped()) { in PlayEventEffectAnimation()629 eventEffectController_->Stop(); in PlayEventEffectAnimation()631 eventEffectController_->ClearInterpolators(); in PlayEventEffectAnimation()632 eventEffectController_->ClearStopListeners(); in PlayEventEffectAnimation()633 eventEffectController_->SetDuration(HOVER_DURATION); in PlayEventEffectAnimation()634 eventEffectController_->SetFillMode(FillMode::FORWARDS); in PlayEventEffectAnimation()645 eventEffectController_->Forward(); in PlayEventEffectAnimation()670 eventEffectController_->AddInterpolator(animation); in CreateColorAnimation()
261 RefPtr<Animator> eventEffectController_; variable