Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimator_info.h43 class AnimatorInfo : public AceType {
45 AnimatorInfo() = default;
46 ~AnimatorInfo() override = default;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_animator_model_ng_build_impl.cpp57 animatorInfo = AceType::MakeRefPtr<AnimatorInfo>(); in Create()
64 RefPtr<AnimatorInfo> AnimatorModelNG::GetAnimatorInfo(const std::string& animatorId) in GetAnimatorInfo()
H A Djsi_animator_model_ng_impl.cpp68 animatorInfo = AceType::MakeRefPtr<AnimatorInfo>(); in Create()
78 RefPtr<AnimatorInfo> AnimatorModelNG::GetAnimatorInfo(const std::string& animatorId) in GetAnimatorInfo()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/animator/
H A Danimator_test_ng.cpp30 RefPtr<AnimatorInfo> AnimatorModelNG::GetAnimatorInfo(const std::string& animatorId) in GetAnimatorInfo()
32 auto animatorInfo = AceType::MakeRefPtr<AnimatorInfo>(); in GetAnimatorInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H A Dpage_pattern.h35 using JSAnimatorMap = std::unordered_map<std::string, RefPtr<Framework::AnimatorInfo>>;
155 …void AddJsAnimator(const std::string& animatorId, const RefPtr<Framework::AnimatorInfo>& animatorI…
156 RefPtr<Framework::AnimatorInfo> GetJsAnimator(const std::string& animatorId);
H A Dpage_pattern.cpp394 void PagePattern::AddJsAnimator(const std::string& animatorId, const RefPtr<Framework::AnimatorInfo in AddJsAnimator()
403 RefPtr<Framework::AnimatorInfo> PagePattern::GetJsAnimator(const std::string& animatorId) in GetJsAnimator()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Danimator_model_impl.cpp44 animatorInfo = AceType::MakeRefPtr<AnimatorInfo>(); in Create()
51 RefPtr<AnimatorInfo> AnimatorModelImpl::GetAnimatorInfo(const std::string& animatorId) in GetAnimatorInfo()
H A Danimator_model_impl.h28 RefPtr<AnimatorInfo> GetAnimatorInfo(const std::string& animatorId) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_ace_page.h194 RefPtr<AnimatorInfo> GetAnimatorInfo(const std::string& animatorId);
196 void AddAnimatorInfo(const std::string& animatorId, const RefPtr<AnimatorInfo>& animatorInfo);
423 std::unordered_map<std::string, RefPtr<AnimatorInfo>> animatorInfos_;
H A Djs_ace_page.cpp317 void JsAcePage::AddAnimatorInfo(const std::string& animatorId, const RefPtr<AnimatorInfo>& animator… in AddAnimatorInfo()
337 RefPtr<AnimatorInfo> JsAcePage::GetAnimatorInfo(const std::string& animatorId) in GetAnimatorInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/animator/
H A Danimator_model_ng.h28 RefPtr<AnimatorInfo> GetAnimatorInfo(const std::string& animatorId) override;
H A Danimator_model.h35 virtual RefPtr<Framework::AnimatorInfo> GetAnimatorInfo(const std::string& animatorId);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_animator.cpp61 void AddFrameListener(const RefPtr<AnimatorInfo>& animatorInfo, const RefPtr<KeyframeAnimation<doub… in AddFrameListener()
69 [frameEvent, weakInfo = WeakPtr<AnimatorInfo>(animatorInfo)](const float& progress) { in AddFrameListener()
79 void HandleAnimatorInfo(const RefPtr<AnimatorInfo>& animatorInfo, const RefPtr<Animator>& animator) in HandleAnimatorInfo()
97 …const RefPtr<AnimatorInfo>& animatorInfo, const RefPtr<Animator>& animator, AnimationStatus operat… in CreateAnimation()
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/
H A DXperfEvt.h51 struct AnimatorInfo { struct
124 AnimatorInfo animatorInfo;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/stage/
H A Dstage_test_ng.cpp1132 auto animatorInfo = AceType::MakeRefPtr<Framework::AnimatorInfo>();