Home
last modified time | relevance | path

Searched refs:RSInteractiveAnimationPosition (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_property_animation.cpp131 void RSPropertyAnimation::UpdateStagingValueOnInteractiveFinish(RSInteractiveAnimationPosition pos) in UpdateStagingValueOnInteractiveFinish()
134 if (pos ==RSInteractiveAnimationPosition::START) { in UpdateStagingValueOnInteractiveFinish()
136 } else if (pos ==RSInteractiveAnimationPosition::END) { in UpdateStagingValueOnInteractiveFinish()
138 } else if (pos ==RSInteractiveAnimationPosition::CURRENT) { in UpdateStagingValueOnInteractiveFinish()
H A Drs_animation.h86 void InteractiveFinish(RSInteractiveAnimationPosition pos);
110 virtual void UpdateStagingValueOnInteractiveFinish(RSInteractiveAnimationPosition pos) {}; in UpdateStagingValueOnInteractiveFinish()
H A Drs_interactive_implict_animator.cpp268 void RSInteractiveImplictAnimator::FinishAnimation(RSInteractiveAnimationPosition position) in FinishAnimation()
275 …if (position == RSInteractiveAnimationPosition::START || position == RSInteractiveAnimationPositio… in FinishAnimation()
296 } else if (position == RSInteractiveAnimationPosition::CURRENT) { in FinishAnimation()
H A Drs_property_animation.h58 void UpdateStagingValueOnInteractiveFinish(RSInteractiveAnimationPosition pos) override;
H A Drs_interactive_implict_animator.h72 void FinishAnimation(RSInteractiveAnimationPosition position);
H A Drs_animation.cpp261 void RSAnimation::InteractiveFinish(RSInteractiveAnimationPosition pos) in InteractiveFinish()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_interactive_implict_animator_test.cpp200 animator->FinishAnimation(RSInteractiveAnimationPosition::END);
207 animator->FinishAnimation(RSInteractiveAnimationPosition::END);
236 animator->FinishAnimation(RSInteractiveAnimationPosition::START);
265 animator->FinishAnimation(RSInteractiveAnimationPosition::CURRENT);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_animation.cpp198 void RSRenderAnimation::FinishOnPosition(RSInteractiveAnimationPosition pos) in FinishOnPosition()
207 if (pos == RSInteractiveAnimationPosition::START) { in FinishOnPosition()
209 } else if (pos == RSInteractiveAnimationPosition::END) { in FinishOnPosition()
H A Drs_render_interactive_implict_animator.cpp85 void RSRenderInteractiveImplictAnimator::FinishAnimator(RSInteractiveAnimationPosition finishPos) in FinishAnimator()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_animation_common.h36 enum class RSInteractiveAnimationPosition : uint8_t { enum
H A Drs_render_interactive_implict_animator.h39 void FinishAnimator(RSInteractiveAnimationPosition finishPos);
H A Drs_render_animation.h47 void FinishOnPosition(RSInteractiveAnimationPosition pos);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/
H A Drs_animation_command_test.cpp197 …CommandHelper::FinishInteractiveAnimator(context, targetIdI, RSInteractiveAnimationPosition::CURRE…
206 …CommandHelper::FinishInteractiveAnimator(context, targetIdI, RSInteractiveAnimationPosition::CURRE…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_animation_command.h136 InteractiveImplictAnimatorId targetId, RSInteractiveAnimationPosition finishPos);
205 …ndHelper::FinishInteractiveAnimator, InteractiveImplictAnimatorId, RSInteractiveAnimationPosition))
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_interactive_implict_animator_test.cpp206 animator->FinishAnimator(RSInteractiveAnimationPosition::CURRENT);
222 animator->FinishAnimator(RSInteractiveAnimationPosition::CURRENT);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_animation_command.cpp166 InteractiveImplictAnimatorId targetId, RSInteractiveAnimationPosition finishPos) in FinishInteractiveAnimator()