Searched refs:IsSupportInteractiveAnimator (Results 1 – 8 of 8) sorted by relevance
40 bool IsSupportInteractiveAnimator() override;
45 bool IsSupportInteractiveAnimator() override { return true; } in IsSupportInteractiveAnimator() function
46 bool IsSupportInteractiveAnimator() override { return false; } in IsSupportInteractiveAnimator() function
50 bool IsSupportInteractiveAnimator() override { return false; } in IsSupportInteractiveAnimator() function
97 bool RSCurveAnimation::IsSupportInteractiveAnimator() in IsSupportInteractiveAnimator() function in OHOS::Rosen::RSCurveAnimation
62 bool IsSupportInteractiveAnimator() override { return false; } in IsSupportInteractiveAnimator() function
92 virtual bool IsSupportInteractiveAnimator() { return true; } in IsSupportInteractiveAnimator() function
129 if (fractionAnimationId_ == 0 && animation->IsSupportInteractiveAnimator()) { in AddImplictAnimation()159 if (fractionAnimationId_ == 0 && animation->IsSupportInteractiveAnimator()) { in AddAnimation()