Home
last modified time | relevance | path

Searched defs:IsSupportInteractiveAnimator (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
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_path_animation.h62 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_animation.h92 virtual bool IsSupportInteractiveAnimator() { return true; } in IsSupportInteractiveAnimator() function