Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dparticle_property.h592 animationArray_ = animationArray; in SetAnimationArray()
597 return animationArray_; in GetAnimationArray()
603 (animationArray_ == other.GetAnimationArray());
612 if (animationArray_.size() > 0) { in ToString()
613 for (auto& item : animationArray_) { in ToString()
624 std::list<ParticlePropertyAnimation<Color>> animationArray_; member