/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | tween_option.h | 158 const RefPtr<Animation<DimensionOffset>>& GetTransformOriginAnimation() const in GetTransformOriginAnimation() 183 void SetTranslateAnimations(AnimationType type, const RefPtr<Animation<DimensionOffset>>& transformOffsetAnimation) in SetTranslateAnimations() 192 const std::unordered_map<AnimationType, RefPtr<Animation<DimensionOffset>>>& GetTranslateAnimations() const in GetTranslateAnimations() 197 void SetTransformFloatAnimation(AnimationType type, const RefPtr<Animation<float>>& transformFloatAnimation) in SetTransformFloatAnimation() 216 const std::unordered_map<AnimationType, RefPtr<Animation<float>>>& GetTransformFloatAnimation() const in GetTransformFloatAnimation() 221 void SetOpacityAnimation(const RefPtr<Animation<float>>& opacityAnimation) in SetOpacityAnimation() 230 const RefPtr<Animation<float>>& GetOpacityAnimation() const in GetOpacityAnimation() 235 void SetColorAnimation(const RefPtr<Animation<Color>>& colorAnimation) in SetColorAnimation() 244 RefPtr<Animation<Color>>& GetColorAnimation() in GetColorAnimation() 249 void SetPropertyAnimationFloat(PropertyAnimatableType property, const RefPtr<Animation<floa [all...] |
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/internal/ |
H A D | animation_api.h | 43 META_API_CACHE_INTERFACE(META_NS::IAnimation, Animation) 46 META_API_INTERFACE_PROPERTY_CACHED(Animation, Name, BASE_NS::string) 47 META_API_INTERFACE_PROPERTY_CACHED(Animation, Enabled, bool) 48 META_API_INTERFACE_PROPERTY_CACHED(Animation, Curve, META_NS::ICurve1D::Ptr) 49 META_API_INTERFACE_PROPERTY_CACHED(Animation, Controller, META_NS::IAnimationController::WeakPtr) 51 META_API_INTERFACE_READONLY_PROPERTY_CACHED(Animation, TotalDuration, TimeSpan) 52 META_API_INTERFACE_READONLY_PROPERTY_CACHED(Animation, Running, bool) 53 META_API_INTERFACE_READONLY_PROPERTY_CACHED(Animation, Progress, float) 54 META_API_INTERFACE_READONLY_PROPERTY_CACHED(Animation, Valid, bool) 60 META_API_CACHED_INTERFACE(Animation) in Parent() [all...] |
/foundation/arkui/ace_engine/test/mock/core/render/ |
H A D | mock_animation_utils.cpp | 29 class AnimationUtils::Animation { class in OHOS::Ace::AnimationUtils 31 Animation() = default; 32 explicit Animation(std::vector<RefPtr<MockImplicitAnimation>>&& anims) : impls_(anims) {} in Animation() function in OHOS::Ace::AnimationUtils::Animation 36 class AnimationUtils::Animation {}; 123 std::shared_ptr<AnimationUtils::Animation> AnimationUtils::StartAnimation(const AnimationOption& option, in StartAnimation() 134 return std::make_shared<Animation>(std::move(animations)); in StartAnimation() 140 return std::make_shared<AnimationUtils::Animation>(); in StartAnimation() 149 return std::make_shared<AnimationUtils::Animation>(); in StartAnimation() 154 void AnimationUtils::StopAnimation(const std::shared_ptr<AnimationUtils::Animation>& animation) in StopAnimation() 168 void AnimationUtils::PauseAnimation(const std::shared_ptr<AnimationUtils::Animation> [all...] |
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/api/ |
H A D | scene.h | 28 class Animation final : public META_NS::Internal::ObjectInterfaceAPI<Animation, ClassId::Animation> { 29 META_API(Animation) 32 META_API_CACHE_INTERFACE(META_NS::IAnimation, Animation) 38 META_API_INTERFACE_PROPERTY_CACHED(Animation, Enabled, bool) 39 META_API_INTERFACE_READONLY_PROPERTY_CACHED(Animation, Valid, bool) 40 META_API_INTERFACE_READONLY_PROPERTY_CACHED(Animation, TotalDuration, META_NS::TimeSpan) 41 META_API_INTERFACE_READONLY_PROPERTY_CACHED(Animation, Running, bool) 42 META_API_INTERFACE_READONLY_PROPERTY_CACHED(Animation, Progres [all...] |
H A D | scene_uid.h | 22 REGISTER_CLASS(Animation, "243b2a9e-5831-4637-a0f1-a09b63962715", META_NS::ObjectCategoryBits::NO_CATEGORY)
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | fake_animation_utils.cpp | 33 class AnimationUtils::Animation { class in OHOS::Ace::AnimationUtils 43 std::shared_ptr<AnimationUtils::Animation> AnimationUtils::StartAnimation( in StartAnimation() 49 void AnimationUtils::StopAnimation(const std::shared_ptr<AnimationUtils::Animation>& animation) in StopAnimation()
|
H A D | rosen_animation_utils.cpp | 77 class AnimationUtils::Animation { class in OHOS::Ace::AnimationUtils 161 std::shared_ptr<AnimationUtils::Animation> AnimationUtils::StartAnimation(const AnimationOption& option, in StartAnimation() 164 std::shared_ptr<AnimationUtils::Animation> animation = std::make_shared<AnimationUtils::Animation>(); in StartAnimation() 181 void AnimationUtils::StopAnimation(const std::shared_ptr<AnimationUtils::Animation>& animation) in StopAnimation() 201 void AnimationUtils::PauseAnimation(const std::shared_ptr<AnimationUtils::Animation>& animation) in PauseAnimation() 213 void AnimationUtils::ResumeAnimation(const std::shared_ptr<AnimationUtils::Animation>& animation) in ResumeAnimation()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | animation_utils.h | 37 class Animation; 58 static std::shared_ptr<AnimationUtils::Animation> StartAnimation(const AnimationOption& option, 61 static void StopAnimation(const std::shared_ptr<AnimationUtils::Animation>& animation); 64 static void PauseAnimation(const std::shared_ptr<AnimationUtils::Animation>& animation); 65 static void ResumeAnimation(const std::shared_ptr<AnimationUtils::Animation>& animation);
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | animation.h | 26 class ACE_FORCE_EXPORT Animation : public Interpolator, public ValueListenable<T> { class 27 DECLARE_ACE_TYPE(Animation, Interpolator);
|
H A D | spring_animation.h | 26 class SpringAnimation : public Animation<float> { 27 DECLARE_ACE_TYPE(SpringAnimation, Animation);
|
H A D | property_animatable.h | 53 using PropertyAnimationFloat = RefPtr<Animation<float>>; 62 PropertyAnimatableType property, RefPtr<Animation<V>>& animation, typename U::Type& initValue) in AddPropertyAnimation()
|
/foundation/arkui/ace_engine/frameworks/core/image/apng/ |
H A D | apng_image_animation.h | 23 class APngImageAnimation : public Animation<int32_t> { 24 DECLARE_ACE_TYPE(APngImageAnimation, Animation);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navigation_group_node.h | 126 std::list<std::shared_ptr<AnimationUtils::Animation>>& GetPushAnimations() in GetPushAnimations() 131 std::list<std::shared_ptr<AnimationUtils::Animation>>& GetPopAnimations() in GetPopAnimations() 163 std::shared_ptr<AnimationUtils::Animation> BackButtonAnimation( 165 std::shared_ptr<AnimationUtils::Animation> MaskAnimation(const RefPtr<FrameNode>& curNode, bool isTransitionIn); 166 std::shared_ptr<AnimationUtils::Animation> TitleOpacityAnimation( 288 std::list<std::shared_ptr<AnimationUtils::Animation>> pushAnimations_; 289 std::list<std::shared_ptr<AnimationUtils::Animation>> popAnimations_;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | date_time_animation_controller.h | 104 std::shared_ptr<AnimationUtils::Animation> oldColumnOpacityInAnimation_; 105 std::shared_ptr<AnimationUtils::Animation> oldColumnOpacityOutAnimation_;
|
/foundation/arkui/ace_engine/frameworks/core/components/swiper/ |
H A D | render_swiper.h | 539 RefPtr<Animation<double>> translate_; 593 RefPtr<Animation<double>> indicatorAnimation_; 594 RefPtr<Animation<double>> zoomInDotAnimation_; 595 RefPtr<Animation<double>> zoomOutDotAnimation_; 596 RefPtr<Animation<double>> zoomInAnimation_; 597 RefPtr<Animation<double>> zoomOutAnimation_; 598 RefPtr<Animation<double>> opacityInAnimation_; 599 RefPtr<Animation<double>> opacityOutAnimation_; 600 RefPtr<Animation<double>> dragRetractionAnimation_;
|
/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/ |
H A D | render_collapsing_navigation_bar.h | 112 RefPtr<Animation<double>> positionTranslate_; 113 RefPtr<Animation<double>> titleSizeTranslate_; 114 RefPtr<Animation<double>> subtitleSizeTranslate_;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/ |
H A D | scroll_bar_overlay_modifier.h | 154 std::shared_ptr<AnimationUtils::Animation> hoverAnimation_; 155 std::shared_ptr<AnimationUtils::Animation> opacityAnimation_; 156 std::shared_ptr<AnimationUtils::Animation> adaptAnimation_;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_indicator/ |
H A D | linear_indicator_controller.h | 173 std::shared_ptr<AnimationUtils::Animation> ProgressAnimationAndClear() in ProgressAnimationAndClear() 175 std::shared_ptr<AnimationUtils::Animation> animation = progressAnimation_; in ProgressAnimationAndClear() 180 void SetProgressAnimation(const std::shared_ptr<AnimationUtils::Animation>& animation) in SetProgressAnimation() 211 std::shared_ptr<AnimationUtils::Animation> progressAnimation_;
|
/foundation/arkui/ace_engine/frameworks/core/components/tween/ |
H A D | tween_element.cpp | 31 void SetTranslateProperties(const RefPtr<Animation<DimensionOffset>>& translateAnimation, TweenOption& option) in SetTranslateProperties() 42 void SetScaleProperties(const RefPtr<Animation<float>>& scaleAnimation, TweenOption& option) in SetScaleProperties() 52 void SetRotateProperties(const RefPtr<Animation<float>>& rotateAnimation, TweenOption& option) in SetRotateProperties() 75 void SetAnimationProperties(const RefPtr<Animation<T>>& animation, TweenOption& option) in SetAnimationProperties() 232 void (*)(const RefPtr<Animation<float>>&, WeakPtr<RenderTransform>&, TweenOption&)> 235 [](const RefPtr<Animation<float>>& scaleAnimation, WeakPtr<RenderTransform>& weakRender, 246 [](const RefPtr<Animation<float>>& scaleXAnimation, WeakPtr<RenderTransform>& weakRender, 262 [](const RefPtr<Animation<float>>& scaleYAnimation, WeakPtr<RenderTransform>& weakRender, 273 [](const RefPtr<Animation<float>>& rotateZAnimation, WeakPtr<RenderTransform>& weakRender, 284 [](const RefPtr<Animation<floa [all...] |
H A D | tween_element.h | 81 PropertyAnimatableType propertyType, const TweenOption& option, RefPtr<Animation<V>>& animation); 101 void (*)(const RefPtr<Animation<float>>&, WeakPtr<RenderTransform>&, TweenOption&)>
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_transitioneffect.cpp | 29 void NativeTransitionEffect::Animation(const std::shared_ptr<AnimationOption> option) in Animation() function in OHOS::Ace::Framework::NativeTransitionEffect
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/ |
H A D | navdestination_group_node.h | 152 std::shared_ptr<AnimationUtils::Animation> BackButtonAnimation(bool isTransitionIn); 153 std::shared_ptr<AnimationUtils::Animation> TitleOpacityAnimation(bool isTransitionOut);
|
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/ |
H A D | tab_bar_size_animation.cpp | 50 onFocusTranslate_->AddListener(Animation<ItemAnimationProp>::ValueCallback([weak](ItemAnimationProp value) { in Initialize() 56 onBlurTranslate_->AddListener(Animation<ItemAnimationProp>::ValueCallback([weak](ItemAnimationProp value) { in Initialize()
|
/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | picker_animation.cpp | 23 animation_->AddListener(Animation<double>::ValueCallback(callback_)); in Init()
|
/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | scroll_fade_controller.h | 71 RefPtr<Animation<double>> decele_;
|