Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dparticle_property_animation.h57 return endMills_; in GetEndMills()
62 endMills_ = endMills; in SetEndMills()
79 (startMills_ == other.GetStartMills()) && (endMills_ == other.GetEndMills()) &&
87 str.append("endMills: [").append(std::to_string(endMills_)).append("]"); in ToString()
96 int32_t endMills_ = 0; member