Home
last modified time | relevance | path

Searched refs:Animation (Results 1 - 25 of 85) sorted by relevance

1234

/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtween_option.h158 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 Danimation_api.h43 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 Dmock_animation_utils.cpp29 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 Dscene.h28 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 Dscene_uid.h22 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 Dfake_animation_utils.cpp33 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 Drosen_animation_utils.cpp77 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 Danimation_utils.h37 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 Danimation.h26 class ACE_FORCE_EXPORT Animation : public Interpolator, public ValueListenable<T> { class
27 DECLARE_ACE_TYPE(Animation, Interpolator);
H A Dspring_animation.h26 class SpringAnimation : public Animation<float> {
27 DECLARE_ACE_TYPE(SpringAnimation, Animation);
H A Dproperty_animatable.h53 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 Dapng_image_animation.h23 class APngImageAnimation : public Animation<int32_t> {
24 DECLARE_ACE_TYPE(APngImageAnimation, Animation);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_group_node.h126 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 Ddate_time_animation_controller.h104 std::shared_ptr<AnimationUtils::Animation> oldColumnOpacityInAnimation_;
105 std::shared_ptr<AnimationUtils::Animation> oldColumnOpacityOutAnimation_;
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.h539 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 Drender_collapsing_navigation_bar.h112 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 Dscroll_bar_overlay_modifier.h154 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 Dlinear_indicator_controller.h173 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 Dtween_element.cpp31 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 Dtween_element.h81 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 Dcj_transitioneffect.cpp29 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 Dnavdestination_group_node.h152 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 Dtab_bar_size_animation.cpp50 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 Dpicker_animation.cpp23 animation_->AddListener(Animation<double>::ValueCallback(callback_)); in Init()
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_fade_controller.h71 RefPtr<Animation<double>> decele_;

Completed in 12 milliseconds

1234