Home
last modified time | relevance | path

Searched refs:InteractiveAnimation (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Danimation_utils.h39 class InteractiveAnimation; variable
67 static std::shared_ptr<AnimationUtils::InteractiveAnimation> CreateInteractiveAnimation(
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,
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/render/
H A Dmock_animation_utils.cpp39 class AnimationUtils::InteractiveAnimation { class in OHOS::Ace::AnimationUtils
190 std::shared_ptr<AnimationUtils::InteractiveAnimation> AnimationUtils::CreateInteractiveAnimation( in CreateInteractiveAnimation()
196 std::shared_ptr<AnimationUtils::InteractiveAnimation> interactiveAnimation = in CreateInteractiveAnimation()
197 std::make_shared<AnimationUtils::InteractiveAnimation>(); in CreateInteractiveAnimation()
204 … const 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.cpp84 class AnimationUtils::InteractiveAnimation { class in OHOS::Ace::AnimationUtils
228 std::shared_ptr<AnimationUtils::InteractiveAnimation> AnimationUtils::CreateInteractiveAnimation( in CreateInteractiveAnimation()
231 std::shared_ptr<AnimationUtils::InteractiveAnimation> interactiveAnimation = in CreateInteractiveAnimation()
232 std::make_shared<AnimationUtils::InteractiveAnimation>(); in CreateInteractiveAnimation()
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()
272 … const 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()
231 std::shared_ptr<AnimationUtils::InteractiveAnimation> interactiveAnimation_;