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 D | rs_interactive_implict_animator.cpp | 47 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 D | rs_interactive_implict_animator.h | 36 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 D | rs_animation.h | 147 friend class RSInteractiveImplictAnimator; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
H A D | rs_interactive_implict_animator_test.cpp | 49 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 D | rosen_animation_utils.cpp | 86 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 D | rs_node.h | 638 friend class RSInteractiveImplictAnimator; variable
|