Home
last modified time | relevance | path

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 Drs_render_interactive_implict_animator.cpp21 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 Drs_render_interactive_implict_animator_map.cpp21 using AnimatorPtr = std::shared_ptr<RSRenderInteractiveImplictAnimator>;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_interactive_implict_animator.h29 class RSB_EXPORT RSRenderInteractiveImplictAnimator :
30 public std::enable_shared_from_this<RSRenderInteractiveImplictAnimator> {
32 explicit RSRenderInteractiveImplictAnimator
34 ~RSRenderInteractiveImplictAnimator() = default;
48 RSRenderInteractiveImplictAnimator() = default;
H A Drs_render_interactive_implict_animator_map.h25 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 Drs_render_interactive_implict_animator_test.cpp55 …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 Drs_render_interactive_implict_animator_map_test.cpp55 …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 Drs_animation_command.cpp119 …animator = std::make_shared<RSRenderInteractiveImplictAnimator>(targetId, context.weak_from_this()… in CreateInteractiveAnimator()