Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_interactive_implict_animator.cpp47 std::shared_ptr<RSInteractiveImplictAnimator> RSInteractiveImplictAnimator::Create( in Create()
50 return std::shared_ptr<RSInteractiveImplictAnimator>( in Create()
54 RSInteractiveImplictAnimator::RSInteractiveImplictAnimator( in RSInteractiveImplictAnimator() function in OHOS::Rosen::RSInteractiveImplictAnimator
61 RSInteractiveImplictAnimator::~RSInteractiveImplictAnimator() in ~RSInteractiveImplictAnimator()
81 void RSInteractiveImplictAnimator::InitUniRenderEnabled() in InitUniRenderEnabled()
171 int32_t RSInteractiveImplictAnimator::StartAnimation() in StartAnimation()
210 void RSInteractiveImplictAnimator::PauseAnimation() in PauseAnimation()
238 void RSInteractiveImplictAnimator::ContinueAnimation() in ContinueAnimation()
301 void RSInteractiveImplictAnimator::FinishOnCurrent() in FinishOnCurrent()
346 void RSInteractiveImplictAnimator::ReverseAnimation() in ReverseAnimation()
[all …]
H A Drs_interactive_implict_animator.h36 class RSC_EXPORT RSInteractiveImplictAnimator : public std::enable_shared_from_this<RSInteractiveIm…
38 virtual ~RSInteractiveImplictAnimator();
39 static std::shared_ptr<RSInteractiveImplictAnimator> Create(
95 explicit RSInteractiveImplictAnimator(
H A Drs_animation.h147 friend class RSInteractiveImplictAnimator; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_interactive_implict_animator_test.cpp49 auto animator = RSInteractiveImplictAnimator::Create(protocol, curve);
82 auto animator = RSInteractiveImplictAnimator::Create(protocol, curve);
111 auto animator = RSInteractiveImplictAnimator::Create(protocol, curve);
137 auto animator = RSInteractiveImplictAnimator::Create(protocol, curve);
167 auto animator = RSInteractiveImplictAnimator::Create(protocol, curve);
198 auto animator = RSInteractiveImplictAnimator::Create(protocol, curve);
228 auto animator = RSInteractiveImplictAnimator::Create(protocol, curve);
257 auto animator = RSInteractiveImplictAnimator::Create(protocol, curve);
286 auto animator = RSInteractiveImplictAnimator::Create(protocol, curve);
317 auto animator = RSInteractiveImplictAnimator::Create(protocol, curve);
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_animation_utils.cpp86 std::shared_ptr<Rosen::RSInteractiveImplictAnimator> interactiveAnimation_;
238 Rosen::RSInteractiveImplictAnimator::Create(timingProtocol, curve); in CreateInteractiveAnimation()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.h638 friend class RSInteractiveImplictAnimator; variable