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 D | intf_animation_controller.h | 36 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 D | intf_animation.h | 99 META_PROPERTY(BASE_NS::weak_ptr<IAnimationController>, Controller)
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
H A D | animation_controller.h | 32 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 D | animation_controller.cpp | 101 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 D | staggered_animation_state.h | 42 …IAnimationController::WeakPtr controller_; // The view animation was originally associated with… in META_BEGIN_NAMESPACE() 106 IAnimationController::WeakPtr controller_; in META_BEGIN_NAMESPACE()
|
H A D | animation_state.h | 168 IAnimationController::WeakPtr controller_; // Animation's controller in META_BEGIN_NAMESPACE()
|
H A D | animation.h | 138 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 D | intf_meta_object_lib.h | 34 class IAnimationController; variable 44 virtual BASE_NS::shared_ptr<IAnimationController> GetAnimationController() const = 0;
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | meta_object_lib.h | 47 IAnimationController::Ptr GetAnimationController() const override; in META_BEGIN_NAMESPACE() 55 mutable IAnimationController::Ptr animationController_; in META_BEGIN_NAMESPACE()
|
H A D | meta_object_lib.cpp | 154 IAnimationController::Ptr MetaObjectLib::GetAnimationController() const in GetAnimationController() 158 … animationController_ = iregistry->Create<IAnimationController>(ClassId::AnimationController); in GetAnimationController()
|
H A D | register_anys.cpp | 77 IAnimationController::WeakPtr,
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | anim_impl.cpp | 54 …IAnimation, META_NS::IAnimationController::WeakPtr, Controller, {}, META_NS::DEFAULT_PROPERTY_FLAG… 244 … interface_pointer_cast<META_NS::IAnimationController>(ecsScene)), in SetValid()
|
H A D | ecs_animation.h | 71 …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 D | scene_impl.cpp | 68 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 D | animation_api.h | 49 … META_API_INTERFACE_PROPERTY_CACHED(Animation, Controller, META_NS::IAnimationController::WeakPtr) in META_BEGIN_NAMESPACE()
|