Home
last modified time | relevance | path

Searched defs:interactiveAnimation (Results 1 – 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/test/mock/core/render/
Dmock_animation_utils.cpp226 std::shared_ptr<AnimationUtils::InteractiveAnimation> interactiveAnimation = in CreateInteractiveAnimation() local
234const std::shared_ptr<AnimationUtils::InteractiveAnimation>& interactiveAnimation, float progress) in UpdateInteractiveAnimation()
238 const std::shared_ptr<AnimationUtils::InteractiveAnimation>& interactiveAnimation) in ContinueInteractiveAnimation()
246 const std::shared_ptr<AnimationUtils::InteractiveAnimation>& interactiveAnimation) in StartInteractiveAnimation()
252 const std::shared_ptr<AnimationUtils::InteractiveAnimation>& interactiveAnimation) in ReverseInteractiveAnimation()
260 const std::shared_ptr<AnimationUtils::InteractiveAnimation>& interactiveAnimation, in AddInteractiveAnimation()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Drosen_animation_utils.cpp301 std::shared_ptr<AnimationUtils::InteractiveAnimation> interactiveAnimation = in CreateInteractiveAnimation() local
318 const std::shared_ptr<AnimationUtils::InteractiveAnimation>& interactiveAnimation) in StartInteractiveAnimation()
326 const std::shared_ptr<AnimationUtils::InteractiveAnimation>& interactiveAnimation) in ContinueInteractiveAnimation()
334 const std::shared_ptr<AnimationUtils::InteractiveAnimation>& interactiveAnimation) in ReverseInteractiveAnimation()
342const std::shared_ptr<AnimationUtils::InteractiveAnimation>& interactiveAnimation, float progress) in UpdateInteractiveAnimation()
351 const std::shared_ptr<AnimationUtils::InteractiveAnimation>& interactiveAnimation, in AddInteractiveAnimation()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
Dnavigation_transition_proxy.h148 std::shared_ptr<AnimationUtils::InteractiveAnimation> interactiveAnimation, in SetInteractiveAnimation()