Home
last modified time | relevance | path

Searched refs:OnAnimationStateChanged (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dintf_animation_internal.h94 virtual void OnAnimationStateChanged(const AnimationStateChangedInfo& info) = 0;
H A Dkeyframe_animation.h50 void OnAnimationStateChanged(const AnimationStateChangedInfo& info) override; in META_BEGIN_NAMESPACE()
H A Dkeyframe_animation.cpp40 void KeyframeAnimation::OnAnimationStateChanged(const AnimationStateChangedInfo& info) in OnAnimationStateChanged() function in Internal::KeyframeAnimation
H A Dtrack_animation.h69 … void OnAnimationStateChanged(const IAnimationInternal::AnimationStateChangedInfo& info) override; in META_BEGIN_NAMESPACE()
H A Dtrack_animation.cpp60 void TrackAnimation::OnAnimationStateChanged(const IAnimationInternal::AnimationStateChangedInfo& i… in OnAnimationStateChanged() function in Internal::TrackAnimation
H A Danimation_state.cpp78 internal->OnAnimationStateChanged(info); in NotifyStateChanged()
H A Danimation.h106 void OnAnimationStateChanged(const IAnimationInternal::AnimationStateChangedInfo& info) override in META_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_animation.h343 void OnAnimationStateChanged(CORE_NS::IEcs::ComponentListener::EventType event);
H A Decs_animation.cpp398 OnAnimationStateChanged(type); in DoComponentEvent()
409 void EcsAnimation::OnAnimationStateChanged(IEcs::ComponentListener::EventType event) in OnAnimationStateChanged() function in EcsAnimation