Home
last modified time | relevance | path

Searched defs:animation (Results 1 – 25 of 183) sorted by relevance

12345678

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_animation_group.cpp24 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
H A Drs_curve_animation.cpp58 void RSCurveAnimation::StartRenderAnimation(const std::shared_ptr<RSRenderCurveAnimation>& animatio… in StartRenderAnimation()
75 void RSCurveAnimation::StartUIAnimation(const std::shared_ptr<RSRenderCurveAnimation>& animation) in StartUIAnimation()
84 auto animation = std::make_shared<RSRenderCurveAnimation>(GetId(), GetPropertyId(), in OnStart() local
H A Drs_interpolating_spring_animation.cpp73 … auto animation = std::make_shared<RSRenderInterpolatingSpringAnimation>(GetId(), GetPropertyId(), in OnStart() local
93 const std::shared_ptr<RSRenderInterpolatingSpringAnimation>& animation) in StartRenderAnimation()
117 const std::shared_ptr<RSRenderInterpolatingSpringAnimation>& animation) in StartUIAnimation()
H A Drs_interactive_implict_animator.cpp184 auto animation = item.lock(); in StartAnimation() local
219 auto animation = item.lock(); in PauseAnimation() local
248 auto animation = item.lock(); in ContinueAnimation() local
277 auto animation = item.lock(); in FinishAnimation() local
305 auto animation = item.lock(); in FinishOnCurrent() local
356 auto animation = item.lock(); in ReverseAnimation() local
384 auto animation = item.lock(); in SetFraction() local
H A Drs_spring_animation.cpp74 auto animation = std::make_shared<RSRenderSpringAnimation>(GetId(), GetPropertyId(), in OnStart() local
95 void RSSpringAnimation::StartRenderAnimation(const std::shared_ptr<RSRenderSpringAnimation>& animat… in StartRenderAnimation()
117 void RSSpringAnimation::StartUIAnimation(const std::shared_ptr<RSRenderSpringAnimation>& animation) in StartUIAnimation()
H A Drs_keyframe_animation.cpp107 void RSKeyframeAnimation::StartRenderAnimation(const std::shared_ptr<RSRenderKeyframeAnimation>& an… in StartRenderAnimation()
129 void RSKeyframeAnimation::StartUIAnimation(const std::shared_ptr<RSRenderKeyframeAnimation>& animat… in StartUIAnimation()
141 auto animation = std::make_shared<RSRenderKeyframeAnimation>(GetId(), GetPropertyId(), in OnStart() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dsvg_animate.cpp116 auto animation = AceType::MakeRefPtr<CurveAnimation<double>>(0.0, 1.0, GetCurve()); in CreateMotionAnimate() local
153 RefPtr<KeyframeAnimation<T>> animation = AceType::MakeRefPtr<KeyframeAnimation<T>>(); in CreateDiscreteAnimate() local
278 RefPtr<KeyframeAnimation<T>> animation = AceType::MakeRefPtr<KeyframeAnimation<T>>(); in CreateLinearAnimate() local
326 bool SvgAnimate::LinearAnimate(const RefPtr<KeyframeAnimation<T>>& animation) in LinearAnimate()
346 bool SvgAnimate::LinearWithValues(const RefPtr<KeyframeAnimation<T>>& animation) in LinearWithValues()
370 bool SvgAnimate::LinearWithKeyTimes(const RefPtr<KeyframeAnimation<T>>& animation) in LinearWithKeyTimes()
403 RefPtr<KeyframeAnimation<T>> animation = AceType::MakeRefPtr<KeyframeAnimation<T>>(); in CreatePacedAnimate() local
445 RefPtr<KeyframeAnimation<T>> animation = AceType::MakeRefPtr<KeyframeAnimation<T>>(); in CreateSplineAnimate() local
490 bool SvgAnimate::SplineAnimate(const RefPtr<KeyframeAnimation<T>>& animation) in SplineAnimate()
514 bool SvgAnimate::SplineWithKeySplines(const RefPtr<KeyframeAnimation<T>>& animation) in SplineWithKeySplines()
[all …]
H A Danimatable_properties.cpp35 auto animation = weakAnimation.Upgrade(); in UpdatePropAnimation() local
52 auto animation = weakAnimation.Upgrade(); in UpdatePropAnimation() local
69 auto animation = weakAnimation.Upgrade(); in UpdatePropAnimation() local
86 auto animation = weakAnimation.Upgrade(); in UpdatePropAnimation() local
114 auto animation = weakAnimation.Upgrade(); in UpdatePropAnimation() local
142 auto animation = weakAnimation.Upgrade(); in UpdatePropAnimation() local
159 auto animation = weakAnimation.Upgrade(); in UpdatePropAnimation() local
176 auto animation = weakAnimation.Upgrade(); in UpdatePropAnimation() local
193 auto animation = weakAnimation.Upgrade(); in UpdatePropAnimation() local
211 auto animation = weakAnimation.Upgrade(); in UpdatePropAnimation() local
[all …]
H A Danimatable_base.h51 const auto& animation = CreateAnimation(beginValue, endValue); in AnimateTo() local
115 RefPtr<CurveAnimation<T>> animation = in CreateAnimation() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/test/unittest/animation/
H A Drs_animation_test.cpp60 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
530 std::shared_ptr<RSAnimation> animation = variable
559 std::shared_ptr<RSAnimation> animation = variable
593 std::shared_ptr<RSAnimation> animation = variable
656 std::shared_ptr<RSAnimation> animation = variable
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dnode_transition_test.cpp85 ArkUI_AnimateOption* animation = OH_ArkUI_AnimateOption_Create(); variable
110 ArkUI_AnimateOption* animation = OH_ArkUI_AnimateOption_Create(); variable
133 ArkUI_AnimateOption* animation = OH_ArkUI_AnimateOption_Create(); variable
162 ArkUI_AnimateOption* animation = OH_ArkUI_AnimateOption_Create(); variable
235 ArkUI_AnimateOption* animation = OH_ArkUI_AnimateOption_Create(); variable
261 ArkUI_AnimateOption* animation = OH_ArkUI_AnimateOption_Create(); variable
285 ArkUI_AnimateOption* animation = OH_ArkUI_AnimateOption_Create(); variable
315 ArkUI_AnimateOption* animation = OH_ArkUI_AnimateOption_Create(); variable
388 ArkUI_AnimateOption* animation = OH_ArkUI_AnimateOption_Create(); variable
414 ArkUI_AnimateOption* animation = OH_ArkUI_AnimateOption_Create(); variable
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_interactive_implict_animator.cpp37 auto animation = node->GetAnimationManager().GetAnimation(animationId); in AddAnimations() local
56 auto animation = node->GetAnimationManager().GetAnimation(animationId); in PauseAnimator() local
75 auto animation = node->GetAnimationManager().GetAnimation(animationId); in ContinueAnimator() local
96 auto animation = node->GetAnimationManager().GetAnimation(animationId); in FinishAnimator() local
115 auto animation = node->GetAnimationManager().GetAnimation(animationId); in ReverseAnimator() local
135 auto animation = node->GetAnimationManager().GetAnimation(animationId); in SetFractionAnimator() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_animation_test.cpp66 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
493 auto animation = std::static_pointer_cast<RSCurveAnimation>(animations[FIRST_ANIMATION]); variable
[all …]
H A Drs_animation_supplement_test.cpp104 void UpdateParamToRenderAnimation(const std::shared_ptr<RSRenderAnimation>& animation) in UpdateParamToRenderAnimation()
109 void StartCustomAnimation(const std::shared_ptr<RSRenderAnimation>& animation) in StartCustomAnimation()
194 auto animation = std::make_shared<RSAnimationMock>(); variable
216 auto animation = std::make_shared<RSAnimationMock>(); variable
262 auto animation = std::make_shared<RSAnimationMock>(); variable
395 auto animation = std::make_shared<RSPathAnimationMock>(property, path); variable
476 auto animation = std::make_shared<RSAnimationMock>(); variable
509 std::shared_ptr<RSAnimation> animation; variable
542 auto animation = pathParam->CreateAnimation(property, startValue, endValue); variable
587 auto animation = std::make_shared<RSTransitionMock>(effect, true); variable
[all …]
/ohos5.0/base/sensors/miscdevice/test/unittest/light/
H A Dlight_agent_test.cpp174 LightAnimation animation; variable
198 LightAnimation animation; variable
221 LightAnimation animation; variable
244 LightAnimation animation; variable
267 LightAnimation animation; variable
290 LightAnimation animation; variable
314 LightAnimation animation; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/
H A Drs_animation_group_test.cpp49 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
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Danimation_controller.cpp50 if (auto animation = weak.lock()) { in UpdateAnimations() local
70 void AnimationController::UpdateRunningHandler(const IAnimation::Ptr& animation, bool addHandler) in UpdateRunningHandler()
84 bool AnimationController::AddAnimation(const META_NS::IAnimation::Ptr& animation) in AddAnimation()
106 bool AnimationController::RemoveAnimation(const META_NS::IAnimation::Ptr& animation) in RemoveAnimation()
147 if (auto animation = anim.lock()) { in Step() local
H A Dstaggered_animation_state.cpp76 IAnimation::Ptr animation = interface_pointer_cast<IAnimation>(info.object); in ChildAdded() local
103 IAnimation::Ptr animation = interface_pointer_cast<IAnimation>(info.object); in ChildRemoved() local
128 if (auto animation = GetOwner()) { in RemoveChild() local
163 auto& animation = child.animation_; in IsValid() local
221 const auto& animation = segment.animation_; in GetAnimationBaseDuration() local
275 const auto& animation = segment.animation_; in GetAnimationBaseDuration() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_modifier_manager.cpp50 void RSModifierManager::AddAnimation(const std::shared_ptr<RSRenderAnimation>& animation) in AddAnimation()
78 auto animation = iter.second.lock(); in HasUIRunningAnimation() local
95 auto animation = iter.second.lock(); in Animate() local
124 auto animation = iter.second.lock(); in FlushStartAnimation() local
158 void RSModifierManager::OnAnimationFinished(const std::shared_ptr<RSRenderAnimation>& animation) in OnAnimationFinished()
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-attribute-animation-apis.md85 ## animation section
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/
H A Dselect_overlay_manager.cpp29 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 isBackPressed, bool animation) in ResetSelectionAndDestroySelectOverlay()
166 void SelectOverlayManager::DestroyHelper(const RefPtr<FrameNode>& overlay, bool animation) in DestroyHelper()
423 …ectOverlayManager::CloseSelectContentOverlay(int32_t overlayId, CloseReason reason, bool animation) in CloseSelectContentOverlay()
434 callbacks.closeCallback = [weak = WeakClaim(this)](bool animation, bool fireCloseEvent) { in GetSelectContentOverlayManager()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_animation_command.h82 auto animation = node->GetAnimationManager().GetAnimation(animId); in AnimOp() local
95 auto animation = node->GetAnimationManager().GetAnimation(animId); in AnimOpReg() local
110 auto animation = node->GetAnimationManager().GetAnimation(animId); in AnimOp() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/
H A Drs_animation_command_test.cpp63 std::shared_ptr<RSRenderParticleAnimation> animation = nullptr; variable
112 std::shared_ptr<RSRenderAnimation> animation = nullptr; variable
147 std::shared_ptr<RSRenderParticleAnimation> animation = nullptr; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_animation_manager_test.cpp45 auto animation = std::make_shared<RSRenderAnimation>(); variable
66 auto animation = std::make_shared<RSRenderAnimation>(); variable
145 auto animation = std::make_shared<RSRenderAnimation>(); variable
329 auto animation = std::make_shared<RSRenderAnimation>(); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/page_transition/
H A Dpage_transition_info.h148 …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

12345678