Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtween_option.h241 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