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/adapter/
H A Drosen_animation_utils.cpp233 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 …]
/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
198 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 …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Danimation_utils.h71 …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/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_transition_proxy.h148 std::shared_ptr<AnimationUtils::InteractiveAnimation> interactiveAnimation, in SetInteractiveAnimation() argument
151 interactiveAnimation_ = interactiveAnimation; in SetInteractiveAnimation()