Home
last modified time | relevance | path

Searched defs:ParticlePropertyAnimation (Results 1 – 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
Dparticle_property_animation.h23 struct ParticlePropertyAnimation { struct
25 T GetFrom() const in GetFrom()
30 void SetFrom(T& from) in SetFrom()
35 T GetTo() const in GetTo()
40 void SetTo(T& to) in SetTo()
45 int32_t GetStartMills() const in GetStartMills()
50 void SetStartMills(int32_t startMills) in SetStartMills()
75 bool operator==(const ParticlePropertyAnimation<T>& other) const argument
77 …ool isCurveEqual = (curve_ && curve_->IsEqual(other.GetCurve())) || (!curve_ && !other.GetCurve());
83 std::string ToString() const in ToString()
[all …]