Searched refs:colorAnimation_ (Results 1 – 1 of 1) sorted by relevance
241 colorAnimation_ = colorAnimation; in SetColorAnimation()246 return colorAnimation_; in GetColorAnimation()307 return (opacityAnimation_ || colorAnimation_ || !floatAnimationMap_.empty() || in IsValid()317 if (colorAnimation_) { in ClearListeners()318 colorAnimation_->ClearListeners(); in ClearListeners()365 RefPtr<Animation<Color>> colorAnimation_; variable