| /foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
| D | rs_animation_group.cpp | 24 void RSAnimationGroup::AddAnimation(const std::shared_ptr<RSAnimation>& animation) in AddAnimation() 50 void RSAnimationGroup::RemoveAnimation(const std::shared_ptr<RSAnimation>& animation) in RemoveAnimation() 97 auto animation = weakAnimation.lock(); in OnStart() local 106 for (auto& animation : animations_) { in OnStart() local 124 for (auto& animation : animations_) { in OnPause() local 136 for (auto& animation : animations_) { in OnResume() local 148 for (auto& animation : animations_) { in OnFinish() local 160 for (auto& animation : animations_) { in OnReverse() local 172 for (auto& animation : animations_) { in OnSetFraction() local
|
| D | rs_curve_animation.cpp | 58 void RSCurveAnimation::StartRenderAnimation(const std::shared_ptr<RSRenderCurveAnimation>& animatio… in StartRenderAnimation() 73 void RSCurveAnimation::StartUIAnimation(const std::shared_ptr<RSRenderCurveAnimation>& animation) in StartUIAnimation() 82 auto animation = std::make_shared<RSRenderCurveAnimation>(GetId(), GetPropertyId(), in OnStart() local
|
| D | rs_interpolating_spring_animation.cpp | 73 … auto animation = std::make_shared<RSRenderInterpolatingSpringAnimation>(GetId(), GetPropertyId(), in OnStart() local 92 const std::shared_ptr<RSRenderInterpolatingSpringAnimation>& animation) in StartRenderAnimation() 115 const std::shared_ptr<RSRenderInterpolatingSpringAnimation>& animation) in StartUIAnimation()
|
| D | rs_spring_animation.cpp | 74 auto animation = std::make_shared<RSRenderSpringAnimation>(GetId(), GetPropertyId(), in OnStart() local 95 void RSSpringAnimation::StartRenderAnimation(const std::shared_ptr<RSRenderSpringAnimation>& animat… in StartRenderAnimation() 116 void RSSpringAnimation::StartUIAnimation(const std::shared_ptr<RSRenderSpringAnimation>& animation) in StartUIAnimation()
|
| D | rs_keyframe_animation.cpp | 107 void RSKeyframeAnimation::StartRenderAnimation(const std::shared_ptr<RSRenderKeyframeAnimation>& an… in StartRenderAnimation() 127 void RSKeyframeAnimation::StartUIAnimation(const std::shared_ptr<RSRenderKeyframeAnimation>& animat… in StartUIAnimation() 139 auto animation = std::make_shared<RSRenderKeyframeAnimation>(GetId(), GetPropertyId(), in OnStart() local
|
| /foundation/arkui/ace_engine/frameworks/core/animation/ |
| D | svg_animate.cpp | 64 …const RefPtr<KeyframeAnimation<T>>& animation, const T& value, float time, const RefPtr<Curve>& cu… in CreateKeyframe() 80 void SvgAnimate::CreateFirstKeyframe(const RefPtr<KeyframeAnimation<T>>& animation, const T& value) in CreateFirstKeyframe() 118 auto animation = AceType::MakeRefPtr<CurveAnimation<double>>(0.0, 1.0, GetCurve()); in CreateMotionAnimate() local 155 RefPtr<KeyframeAnimation<T>> animation = AceType::MakeRefPtr<KeyframeAnimation<T>>(); in CreateDiscreteAnimate() local 183 …const RefPtr<KeyframeAnimation<T>>& animation, const T& originalValue, const T& startValue, const … in DiscreteAnimate() 196 bool SvgAnimate::DiscreteAnimate(const RefPtr<KeyframeAnimation<T>>& animation, const T& originalVa… in DiscreteAnimate() 219 bool SvgAnimate::DiscreteWithValues(const RefPtr<KeyframeAnimation<T>>& animation, const T& origina… in DiscreteWithValues() 245 bool SvgAnimate::DiscreteWithKeyTimes(const RefPtr<KeyframeAnimation<T>>& animation, const T& origi… in DiscreteWithKeyTimes() 280 RefPtr<KeyframeAnimation<T>> animation = AceType::MakeRefPtr<KeyframeAnimation<T>>(); in CreateLinearAnimate() local 320 auto animation = AceType::MakeRefPtr<CurveAnimation<T>>(startValue, endValue, GetCurve()); in LinearAnimateFromTo() local [all …]
|
| D | animatable_properties.cpp | 37 auto animation = weakAnimation.Upgrade(); in UpdatePropAnimation() local 54 auto animation = weakAnimation.Upgrade(); in UpdatePropAnimation() local 71 auto animation = weakAnimation.Upgrade(); in UpdatePropAnimation() local 88 auto animation = weakAnimation.Upgrade(); in UpdatePropAnimation() local 116 auto animation = weakAnimation.Upgrade(); in UpdatePropAnimation() local 144 auto animation = weakAnimation.Upgrade(); in UpdatePropAnimation() local 161 auto animation = weakAnimation.Upgrade(); in UpdatePropAnimation() local 178 auto animation = weakAnimation.Upgrade(); in UpdatePropAnimation() local 195 auto animation = weakAnimation.Upgrade(); in UpdatePropAnimation() local 213 auto animation = weakAnimation.Upgrade(); in UpdatePropAnimation() local [all …]
|
| D | animatable_base.h | 51 const auto& animation = CreateAnimation(beginValue, endValue); in AnimateTo() local 115 RefPtr<CurveAnimation<T>> animation = in CreateAnimation() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/test/unittest/animation/ |
| D | rs_animation_test.cpp | 60 std::unique_ptr<RSCurveAnimation<float>> animation = variable 87 std::unique_ptr<RSCurveAnimation<float>> animation = variable 114 std::unique_ptr<RSCurveAnimation<float>> animation = variable 141 std::unique_ptr<RSCurveAnimation<float>> animation = variable 167 std::unique_ptr<RSCurveAnimation<float>> animation = variable 194 std::unique_ptr<RSCurveAnimation<float>> animation = variable 220 std::unique_ptr<RSCurveAnimation<float>> animation = variable 249 std::unique_ptr<RSCurveAnimation<float>> animation = variable 371 std::unique_ptr<RSPathAnimation<Vector2f>> animation = variable 415 std::unique_ptr<RSPathAnimation<Vector2f>> animation = variable [all …]
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
| D | rs_animation_test.cpp | 66 auto animation = std::static_pointer_cast<RSSpringAnimation>(animations[FIRST_ANIMATION]); variable 107 auto animation = std::static_pointer_cast<RSCurveAnimation>(animations[FIRST_ANIMATION]); variable 147 auto animation = std::static_pointer_cast<RSTransition>(animations[FIRST_ANIMATION]); variable 189 auto animation = std::static_pointer_cast<RSSpringAnimation>(animations[FIRST_ANIMATION]); variable 234 auto animation = std::static_pointer_cast<RSCurveAnimation>(animations[FIRST_ANIMATION]); variable 278 auto animation = std::static_pointer_cast<RSTransition>(animations[FIRST_ANIMATION]); variable 321 auto animation = std::static_pointer_cast<RSSpringAnimation>(animations[FIRST_ANIMATION]); variable 363 auto animation = std::static_pointer_cast<RSCurveAnimation>(animations[FIRST_ANIMATION]); variable 403 auto animation = std::static_pointer_cast<RSTransition>(animations[FIRST_ANIMATION]); variable 444 auto animation = std::static_pointer_cast<RSSpringAnimation>(animations[FIRST_ANIMATION]); variable [all …]
|
| D | rs_animation_supplement_test.cpp | 97 void UpdateParamToRenderAnimation(const std::shared_ptr<RSRenderAnimation>& animation) in UpdateParamToRenderAnimation() 102 void StartCustomAnimation(const std::shared_ptr<RSRenderAnimation>& animation) in StartCustomAnimation() 187 auto animation = std::make_shared<RSAnimationMock>(); variable 209 auto animation = std::make_shared<RSAnimationMock>(); variable 255 auto animation = std::make_shared<RSAnimationMock>(); variable 388 auto animation = std::make_shared<RSPathAnimationMock>(property, path); variable 469 auto animation = std::make_shared<RSAnimationMock>(); variable 502 std::shared_ptr<RSAnimation> animation; variable 535 auto animation = pathParam->CreateAnimation(property, startValue, endValue); variable 580 auto animation = std::make_shared<RSTransitionMock>(effect, true); variable [all …]
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/ |
| D | rs_animation_group_test.cpp | 49 auto animation = std::make_shared<RSAnimation>(); in HWTEST_F() local 66 auto animation = nullptr; in HWTEST_F() local 82 auto animation = std::make_shared<RSAnimation>(); in HWTEST_F() local 98 auto animation = nullptr; in HWTEST_F() local 115 auto animation = nullptr; in HWTEST_F() local 131 auto animation = std::make_shared<RSAnimation>(); in HWTEST_F() local
|
| D | rs_keyframe_animation_test.cpp | 65 auto animation = std::make_shared<RSRenderKeyframeAnimation>(); in HWTEST_F() local 81 auto animation = std::make_shared<RSRenderKeyframeAnimation>(); in HWTEST_F() local
|
| D | rs_curve_animation_test.cpp | 53 auto animation = std::make_shared<RSRenderCurveAnimation>(); in HWTEST_F() local
|
| D | rs_implicit_animation_param_test.cpp | 57 auto animation = std::make_shared<RSAnimation>(); in HWTEST_F() local 168 std::shared_ptr<RSAnimation> animation = nullptr; variable
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/ |
| D | rs_animation_manager_test.cpp | 143 auto animation = animationManager.QuerySpringAnimation(PROPERTY_ID); variable 158 auto animation = animationManager.QuerySpringAnimation(PROPERTY_ID); variable 181 auto animation = animationManager.QuerySpringAnimation(PROPERTY_ID); variable 232 auto animation = animationManager.QueryPathAnimation(PROPERTY_ID); variable
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
| D | rs_modifier_manager.cpp | 49 void RSModifierManager::AddAnimation(const std::shared_ptr<RSRenderAnimation>& animation) in AddAnimation() 88 auto animation = iter.second.lock(); in Animate() local 117 auto animation = iter.second.lock(); in FlushStartAnimation() local 149 void RSModifierManager::OnAnimationFinished(const std::shared_ptr<RSRenderAnimation>& animation) in OnAnimationFinished()
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/ |
| D | rs_animation_command.h | 73 auto animation = node->GetAnimationManager().GetAnimation(animId); in AnimOp() local 86 auto animation = node->GetAnimationManager().GetAnimation(animId); in AnimOpReg() local 101 auto animation = node->GetAnimationManager().GetAnimation(animId); in AnimOp() local
|
| /foundation/arkui/ace_engine/test/mock/core/render/ |
| D | mock_animation_utils.cpp | 87 void AnimationUtils::StopAnimation(const std::shared_ptr<AnimationUtils::Animation>& animation) {} in StopAnimation() 93 void AnimationUtils::PauseAnimation(const std::shared_ptr<AnimationUtils::Animation>& animation) {} in PauseAnimation() 95 void AnimationUtils::ResumeAnimation(const std::shared_ptr<AnimationUtils::Animation>& animation) {} in ResumeAnimation()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/ |
| D | select_overlay_manager.cpp | 28 const SelectOverlayInfo& info, const WeakPtr<SelectionHost>& host, bool animation) in CreateAndShowSelectOverlay() 130 …SelectOverlayManager::DestroySelectOverlay(const RefPtr<SelectOverlayProxy>& proxy, bool animation) in DestroySelectOverlay() 136 void SelectOverlayManager::DestroySelectOverlay(int32_t overlayId, bool animation) in DestroySelectOverlay() 144 bool SelectOverlayManager::DestroySelectOverlay(bool animation) in DestroySelectOverlay() 154 bool SelectOverlayManager::ResetSelectionAndDestroySelectOverlay(bool animation) in ResetSelectionAndDestroySelectOverlay() 160 void SelectOverlayManager::DestroyHelper(const RefPtr<FrameNode>& overlay, bool animation) in DestroyHelper()
|
| /foundation/arkui/ace_engine/frameworks/core/components/page_transition/ |
| D | page_transition_info.h | 148 …auto animation = AceType::MakeRefPtr<CurveAnimation<TransformOperation>>(init, target, tweenOption… in AddTranslateAnimation() local 165 …auto animation = AceType::MakeRefPtr<CurveAnimation<TransformOperation>>(init, target, tweenOption… in AddScaleAnimation() local 177 …auto animation = AceType::MakeRefPtr<CurveAnimation<float>>(initValue, targetValue, tweenOption_.G… in AddOpacityAnimation() local
|
| /foundation/graphic/graphic_2d/frameworks/animation_server/server/src/ |
| D | animation_module.cpp | 50 struct Animation animation { in StartRotationAnimation() struct 85 void AnimationModule::StartAnimation(struct Animation &animation) in StartAnimation()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
| D | rosen_animation_utils.cpp | 142 …std::shared_ptr<AnimationUtils::Animation> animation = std::make_shared<AnimationUtils::Animation>… in StartAnimation() local 155 void AnimationUtils::StopAnimation(const std::shared_ptr<AnimationUtils::Animation>& animation) in StopAnimation() 175 void AnimationUtils::PauseAnimation(const std::shared_ptr<AnimationUtils::Animation>& animation) in PauseAnimation() 183 void AnimationUtils::ResumeAnimation(const std::shared_ptr<AnimationUtils::Animation>& animation) in ResumeAnimation()
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/ |
| D | rs_animation_command.cpp | 47 RSContext& context, NodeId targetId, const std::shared_ptr<RSRenderAnimation>& animation) in CreateAnimation() 70 … RSContext& context, NodeId targetId, const std::shared_ptr<RSRenderParticleAnimation>& animation) in CreateParticleAnimation()
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
| D | rs_animation_manager.cpp | 52 void RSAnimationManager::AddAnimation(const std::shared_ptr<RSRenderAnimation>& animation) in AddAnimation() 117 auto& animation = iter.second; in Animate() local 179 void RSAnimationManager::OnAnimationFinished(const std::shared_ptr<RSRenderAnimation>& animation) in OnAnimationFinished()
|