Home
last modified time | relevance | path

Searched refs:IAnimationController (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/animation/
H A Dintf_animation_controller.h36 META_REGISTER_INTERFACE(IAnimationController, "e1c2d8bf-fc1f-45e5-b43d-f290531939ec")
45 class IAnimationController : public CORE_NS::IInterface {
46 …META_INTERFACE(CORE_NS::IInterface, IAnimationController, META_NS::InterfaceId::IAnimationControll…
105 META_TYPE(META_NS::IAnimationController::WeakPtr) in META_TYPE()
106 META_TYPE(META_NS::IAnimationController::Ptr) in META_TYPE()
113 inline META_NS::IAnimationController::Ptr GetAnimationController() in META_TYPE()
H A Dintf_animation.h99 META_PROPERTY(BASE_NS::weak_ptr<IAnimationController>, Controller)
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Danimation_controller.h32 IAnimationController, ISerializable, IImportFinalize> { in META_BEGIN_NAMESPACE()
34 META_IMPLEMENT_INTERFACE_READONLY_PROPERTY(IAnimationController, uint32_t, Count) in META_BEGIN_NAMESPACE()
35 META_IMPLEMENT_INTERFACE_READONLY_PROPERTY(IAnimationController, uint32_t, RunningCount) in META_BEGIN_NAMESPACE()
H A Danimation_controller.cpp101 SetValue(animation->Controller(), GetSelf<IAnimationController>()); in AddAnimation()
142 IAnimationController::StepInfo AnimationController::Step(const IClock::ConstPtr& clock) in Step()
185 p->Controller()->SetValue(GetSelf<IAnimationController>()); in Finalize()
H A Dstaggered_animation_state.h42IAnimationController::WeakPtr controller_; // The view animation was originally associated with… in META_BEGIN_NAMESPACE()
106 IAnimationController::WeakPtr controller_; in META_BEGIN_NAMESPACE()
H A Danimation_state.h168 IAnimationController::WeakPtr controller_; // Animation's controller in META_BEGIN_NAMESPACE()
H A Danimation.h138 IAnimation, IAnimationController::WeakPtr, Controller, {}, DEFAULT_PROPERTY_FLAGS_NO_SER) in META_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_meta_object_lib.h34 class IAnimationController; variable
44 virtual BASE_NS::shared_ptr<IAnimationController> GetAnimationController() const = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dmeta_object_lib.h47 IAnimationController::Ptr GetAnimationController() const override; in META_BEGIN_NAMESPACE()
55 mutable IAnimationController::Ptr animationController_; in META_BEGIN_NAMESPACE()
H A Dmeta_object_lib.cpp154 IAnimationController::Ptr MetaObjectLib::GetAnimationController() const in GetAnimationController()
158 … animationController_ = iregistry->Create<IAnimationController>(ClassId::AnimationController); in GetAnimationController()
H A Dregister_anys.cpp77 IAnimationController::WeakPtr,
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Danim_impl.cpp54 …IAnimation, META_NS::IAnimationController::WeakPtr, Controller, {}, META_NS::DEFAULT_PROPERTY_FLAG…
244 … interface_pointer_cast<META_NS::IAnimationController>(ecsScene)), in SetValid()
H A Decs_animation.h71 …IAnimation, META_NS::IAnimationController::WeakPtr, Controller, {}, META_NS::DEFAULT_PROPERTY_FLAG… in SCENE_BEGIN_NAMESPACE()
205 …IAnimation, META_NS::IAnimationController::WeakPtr, Controller, {}, META_NS::DEFAULT_PROPERTY_FLAG…
H A Dscene_impl.cpp68 SCENE_NS::IEcsScene, META_NS::IContent, META_NS::IAnimationController> {
196 …animationController_ = registry.Create<META_NS::IAnimationController>(META_NS::ClassId::AnimationC… in Build()
1760 META_NS::IAnimationController::Ptr animationController_;
1783 META_NS::IAnimationController::StepInfo SceneImpl::Step(const META_NS::IClock::ConstPtr& clock) in Step()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/internal/
H A Danimation_api.h49 … META_API_INTERFACE_PROPERTY_CACHED(Animation, Controller, META_NS::IAnimationController::WeakPtr) in META_BEGIN_NAMESPACE()