Home
last modified time | relevance | path

Searched refs:IsSupportInteractiveAnimator (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_curve_animation.h40 bool IsSupportInteractiveAnimator() override;
H A Drs_interpolating_spring_animation.h45 bool IsSupportInteractiveAnimator() override { return true; } in IsSupportInteractiveAnimator() function
H A Drs_spring_animation.h46 bool IsSupportInteractiveAnimator() override { return false; } in IsSupportInteractiveAnimator() function
H A Drs_keyframe_animation.h50 bool IsSupportInteractiveAnimator() override { return false; } in IsSupportInteractiveAnimator() function
H A Drs_curve_animation.cpp97 bool RSCurveAnimation::IsSupportInteractiveAnimator() in IsSupportInteractiveAnimator() function in OHOS::Rosen::RSCurveAnimation
H A Drs_path_animation.h62 bool IsSupportInteractiveAnimator() override { return false; } in IsSupportInteractiveAnimator() function
H A Drs_animation.h92 virtual bool IsSupportInteractiveAnimator() { return true; } in IsSupportInteractiveAnimator() function
H A Drs_interactive_implict_animator.cpp129 if (fractionAnimationId_ == 0 && animation->IsSupportInteractiveAnimator()) { in AddImplictAnimation()
159 if (fractionAnimationId_ == 0 && animation->IsSupportInteractiveAnimator()) { in AddAnimation()