Searched refs:RSRenderInteractiveImplictAnimator (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_render_interactive_implict_animator.cpp | 21 RSRenderInteractiveImplictAnimator::RSRenderInteractiveImplictAnimator( in RSRenderInteractiveImplictAnimator() function in OHOS::Rosen::RSRenderInteractiveImplictAnimator 25 void RSRenderInteractiveImplictAnimator::AddAnimations(std::vector<std::pair<NodeId, AnimationId>> … in AddAnimations() 45 void RSRenderInteractiveImplictAnimator::PauseAnimator() in PauseAnimator() 64 void RSRenderInteractiveImplictAnimator::ContinueAnimator() in ContinueAnimator() 85 void RSRenderInteractiveImplictAnimator::FinishAnimator(RSInteractiveAnimationPosition finishPos) in FinishAnimator() 104 void RSRenderInteractiveImplictAnimator::ReverseAnimator() in ReverseAnimator() 124 void RSRenderInteractiveImplictAnimator::SetFractionAnimator(float fraction) in SetFractionAnimator()
|
H A D | rs_render_interactive_implict_animator_map.cpp | 21 using AnimatorPtr = std::shared_ptr<RSRenderInteractiveImplictAnimator>;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_render_interactive_implict_animator.h | 29 class RSB_EXPORT RSRenderInteractiveImplictAnimator : 30 public std::enable_shared_from_this<RSRenderInteractiveImplictAnimator> { 32 explicit RSRenderInteractiveImplictAnimator 34 ~RSRenderInteractiveImplictAnimator() = default; 48 RSRenderInteractiveImplictAnimator() = default;
|
H A D | rs_render_interactive_implict_animator_map.h | 25 class RSRenderInteractiveImplictAnimator; variable 28 …l RegisterInteractiveImplictAnimator(const std::shared_ptr<RSRenderInteractiveImplictAnimator>& an… 30 std::shared_ptr<RSRenderInteractiveImplictAnimator> GetInteractiveImplictAnimator( 43 std::shared_ptr<RSRenderInteractiveImplictAnimator>> interactiveImplictAnimatorMap_;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/ |
H A D | rs_render_interactive_implict_animator_test.cpp | 55 …auto animator = std::make_shared<RSRenderInteractiveImplictAnimator>(ANIMATOR_ID, context.weak_fro… 88 auto animator = std::make_shared<RSRenderInteractiveImplictAnimator>(ANIMATOR_ID, context); 106 …auto animator = std::make_shared<RSRenderInteractiveImplictAnimator>(ANIMATOR_ID, context.weak_fro… 133 auto animator = std::make_shared<RSRenderInteractiveImplictAnimator>(ANIMATOR_ID, context); 149 …auto animator = std::make_shared<RSRenderInteractiveImplictAnimator>(ANIMATOR_ID, context.weak_fro… 176 auto animator = std::make_shared<RSRenderInteractiveImplictAnimator>(ANIMATOR_ID, context); 192 …auto animator = std::make_shared<RSRenderInteractiveImplictAnimator>(ANIMATOR_ID, context.weak_fro… 219 auto animator = std::make_shared<RSRenderInteractiveImplictAnimator>(ANIMATOR_ID, context); 235 …auto animator = std::make_shared<RSRenderInteractiveImplictAnimator>(ANIMATOR_ID, context.weak_fro… 262 auto animator = std::make_shared<RSRenderInteractiveImplictAnimator>(ANIMATOR_ID, context); [all …]
|
H A D | rs_render_interactive_implict_animator_map_test.cpp | 55 …auto animator = std::make_shared<RSRenderInteractiveImplictAnimator>(ANIMATOR_ID, context.weak_fro… 74 …auto animator = std::make_shared<RSRenderInteractiveImplictAnimator>(ANIMATOR_ID, context.weak_fro…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/ |
H A D | rs_animation_command.cpp | 119 …animator = std::make_shared<RSRenderInteractiveImplictAnimator>(targetId, context.weak_from_this()… in CreateInteractiveAnimator()
|