Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_animation_manager.cpp284 particleAnimations_[propertyId] = animId; in RegisterParticleAnimation()
289 auto it = particleAnimations_.find(propertyId); in UnregisterParticleAnimation()
290 if (it != particleAnimations_.end() && it->second == animId) { in UnregisterParticleAnimation()
291 particleAnimations_.erase(it); in UnregisterParticleAnimation()
297 return particleAnimations_; in GetParticleAnimations()
302 if (particleAnimations_.empty()) { in GetParticleAnimation()
305 return GetAnimation(particleAnimations_.begin()->second); in GetParticleAnimation()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_animation_manager.h85 std::unordered_map<PropertyId, AnimationId> particleAnimations_; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test2.cpp466 renderNode->animationManager_.particleAnimations_.insert({ propertyId, animationId });