Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/render/
H A Dmock_animation_utils.cpp196 std::shared_ptr<AnimationUtils::InteractiveAnimation> interactiveAnimation = in CreateInteractiveAnimation() local
204const std::shared_ptr<AnimationUtils::InteractiveAnimation>& interactiveAnimation, float progress) in UpdateInteractiveAnimation()
208 const std::shared_ptr<AnimationUtils::InteractiveAnimation>& interactiveAnimation) in ContinueInteractiveAnimation()
216 const std::shared_ptr<AnimationUtils::InteractiveAnimation>& interactiveAnimation) in StartInteractiveAnimation()
222 const std::shared_ptr<AnimationUtils::InteractiveAnimation>& interactiveAnimation) in ReverseInteractiveAnimation()
230 const std::shared_ptr<AnimationUtils::InteractiveAnimation>& interactiveAnimation, in AddInteractiveAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_animation_utils.cpp231 std::shared_ptr<AnimationUtils::InteractiveAnimation> interactiveAnimation = in CreateInteractiveAnimation() local
248 const std::shared_ptr<AnimationUtils::InteractiveAnimation>& interactiveAnimation) in StartInteractiveAnimation()
256 const std::shared_ptr<AnimationUtils::InteractiveAnimation>& interactiveAnimation) in ContinueInteractiveAnimation()
264 const std::shared_ptr<AnimationUtils::InteractiveAnimation>& interactiveAnimation) in ReverseInteractiveAnimation()
272const std::shared_ptr<AnimationUtils::InteractiveAnimation>& interactiveAnimation, float progress) in UpdateInteractiveAnimation()
281 const std::shared_ptr<AnimationUtils::InteractiveAnimation>& interactiveAnimation, in AddInteractiveAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_transition_proxy.h148 std::shared_ptr<AnimationUtils::InteractiveAnimation> interactiveAnimation, in SetInteractiveAnimation()