Searched refs:interactiveAnimation (Results 1 – 4 of 4) sorted by relevance
233 CHECK_NULL_RETURN(interactiveAnimation, nullptr); in CreateInteractiveAnimation()237 interactiveAnimation->interactiveAnimation_ = in CreateInteractiveAnimation()244 return interactiveAnimation; in CreateInteractiveAnimation()250 CHECK_NULL_RETURN(interactiveAnimation, -1); in StartInteractiveAnimation()258 CHECK_NULL_VOID(interactiveAnimation); in ContinueInteractiveAnimation()259 CHECK_NULL_VOID(interactiveAnimation->interactiveAnimation_); in ContinueInteractiveAnimation()266 CHECK_NULL_VOID(interactiveAnimation); in ReverseInteractiveAnimation()267 CHECK_NULL_VOID(interactiveAnimation->interactiveAnimation_); in ReverseInteractiveAnimation()274 CHECK_NULL_VOID(interactiveAnimation); in UpdateInteractiveAnimation()275 CHECK_NULL_VOID(interactiveAnimation->interactiveAnimation_); in UpdateInteractiveAnimation()[all …]
196 std::shared_ptr<AnimationUtils::InteractiveAnimation> interactiveAnimation = in CreateInteractiveAnimation() local198 CHECK_NULL_RETURN(interactiveAnimation, nullptr); in CreateInteractiveAnimation()199 interactiveAnimation->finishCallback_ = callback; in CreateInteractiveAnimation()200 return interactiveAnimation; in CreateInteractiveAnimation()210 CHECK_NULL_VOID(interactiveAnimation); in ContinueInteractiveAnimation()211 CHECK_NULL_VOID(interactiveAnimation->finishCallback_); in ContinueInteractiveAnimation()212 interactiveAnimation->finishCallback_(); in ContinueInteractiveAnimation()224 CHECK_NULL_VOID(interactiveAnimation); in ReverseInteractiveAnimation()225 CHECK_NULL_VOID(interactiveAnimation->finishCallback_); in ReverseInteractiveAnimation()226 interactiveAnimation->finishCallback_(); in ReverseInteractiveAnimation()[all …]
71 …const std::shared_ptr<AnimationUtils::InteractiveAnimation>& interactiveAnimation, float progress);74 const std::shared_ptr<AnimationUtils::InteractiveAnimation>& interactiveAnimation);77 const std::shared_ptr<AnimationUtils::InteractiveAnimation>& interactiveAnimation);80 const std::shared_ptr<AnimationUtils::InteractiveAnimation>& interactiveAnimation);83 const std::shared_ptr<AnimationUtils::InteractiveAnimation>& interactiveAnimation,
148 std::shared_ptr<AnimationUtils::InteractiveAnimation> interactiveAnimation, in SetInteractiveAnimation() argument151 interactiveAnimation_ = interactiveAnimation; in SetInteractiveAnimation()