/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_render_particle_animation.cpp | 136 target->GetAnimationManager().RegisterParticleAnimation(GetPropertyId(), GetAnimationId()); in OnAttach() 151 auto id = GetAnimationId(); in OnDetach() 157 auto id = GetAnimationId(); in Marshalling()
|
H A D | rs_render_spring_animation.cpp | 186 target->GetAnimationManager().RegisterSpringAnimation(propertyId, GetAnimationId()); in OnAttach() 246 auto id = GetAnimationId(); in OnDetach() 286 GetPropertyId(), GetAnimationId(), initialVelocity_, GetPropertyValue()); in OnInitialize() 365 AnimationId animationId = GetAnimationId(); in CallLogicallyFinishCallback()
|
H A D | rs_animation_manager.cpp | 59 AnimationId key = animation->GetAnimationId(); in AddAnimation() 182 "], animation id: [" + std::to_string(animation->GetAnimationId()) + "]"); in Animate() 228 AnimationId animationId = animation->GetAnimationId(); in OnAnimationFinished()
|
H A D | rs_render_path_animation.cpp | 245 target->GetAnimationManager().RegisterPathAnimation(propertyId, GetAnimationId()); in OnAttach() 264 auto id = GetAnimationId(); in OnDetach()
|
H A D | rs_render_property_animation.cpp | 245 …GetTargetId(), GetTargetName(), GetAnimationId(), GetPropertyId(), fraction, GetPropertyValue(), t… in DumpFraction()
|
H A D | rs_render_interpolating_spring_animation.cpp | 250 AnimationId animationId = GetAnimationId(); in CallLogicallyFinishCallback()
|
H A D | rs_render_animation.cpp | 108 AnimationId RSRenderAnimation::GetAnimationId() const in GetAnimationId() function in OHOS::Rosen::RSRenderAnimation
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_modifier_manager.cpp | 52 AnimationId key = animation->GetAnimationId(); in AddAnimation() 102 AnimationId animId = animation->GetAnimationId(); in Animate() 161 AnimationId animationId = animation->GetAnimationId(); in OnAnimationFinished()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/ |
H A D | rs_animation_command.cpp | 59 " animation is %{public}" PRIu64, targetId, animation->GetAnimationId()); in CreateAnimation() 60 context.AddSyncFinishAnimationList(targetId, animation->GetAnimationId()); in CreateAnimation()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/ |
H A D | rs_modifier_manager_test.cpp | 83 AnimationId key = renderCurveAnimation->GetAnimationId();
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_render_display_sync.cpp | 42 return renderAnimation->GetAnimationId(); in GetId()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_render_animation.h | 44 AnimationId GetAnimationId() const;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_jank_stats.cpp | 362 const auto animationId = GetAnimationId(info); in SetReportEventResponse() 386 const auto animationId = GetAnimationId(info); in SetReportEventComplete() 403 const auto animationId = GetAnimationId(info); in SetReportEventJankFrame() 867 std::pair<int64_t, std::string> RSJankStats::GetAnimationId(const DataBaseRs& info) const in GetAnimationId() function in OHOS::Rosen::RSJankStats
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/ |
H A D | rs_jank_stats.h | 166 std::pair<int64_t, std::string> GetAnimationId(const DataBaseRs& info) const;
|