/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | animatable_dimension.cpp | 67 void AnimatableDimension::AnimateTo(double endValue) in AnimateTo() argument
|
H A D | animatable_matrix4.cpp | 61 void AnimatableMatrix4::AnimateTo(const Matrix4& endValue) in AnimateTo() argument
|
H A D | animatable_float.h | 106 void AnimateTo(float endValue) in AnimateTo() argument
|
/foundation/arkui/ace_engine/test/unittest/base/ |
H A D | animatable_matrix4_test.cpp | 77 Matrix4 endValue = Matrix4::CreateIdentity(); in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_value_estimator.cpp | 25 Estimate(float fraction, const Quaternion& startValue, const Quaternion& endValue) Estimate() argument 32 Estimate( float fraction, const std::shared_ptr<RSFilter>& startValue, const std::shared_ptr<RSFilter>& endValue) Estimate() argument [all...] |
H A D | rs_render_curve_animation.cpp | 25 RSRenderCurveAnimation(AnimationId id, const PropertyId& propertyId, const std::shared_ptr<RSRenderPropertyBase>& originValue, const std::shared_ptr<RSRenderPropertyBase>& startValue, const std::shared_ptr<RSRenderPropertyBase>& endValue) RSRenderCurveAnimation() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | animatable_path.cpp | 46 void AnimatablePath::AnimateTo(std::string endValue) in AnimateTo() argument
|
H A D | animatable_double.h | 114 void AnimateTo(double endValue) in AnimateTo() argument
|
H A D | animatable_color.h | 87 void AnimateTo(uint32_t endValue) in AnimateTo() argument
|
/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_picker_unit_test.cpp | 159 const int16_t endValue = 100; in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/ |
H A D | rs_path_animation_test.cpp | 213 auto endValue = std::make_shared<RSPropertyBase>(); in HWTEST_F() local 232 auto endValue = std::make_shared<RSPropertyBase>(); in HWTEST_F() local 251 auto endValue = std::make_shared<RSPropertyBase>(); in HWTEST_F() local 271 auto endValue = std::make_shared<RSPropertyBase>(); in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_curve_animation.cpp | 35 RSCurveAnimation(std::shared_ptr<RSPropertyBase> property, const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue) RSCurveAnimation() argument
|
H A D | rs_interpolating_spring_animation.cpp | 36 RSInterpolatingSpringAnimation(std::shared_ptr<RSPropertyBase> property, const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue) RSInterpolatingSpringAnimation() argument
|
H A D | rs_spring_animation.cpp | 37 RSSpringAnimation(std::shared_ptr<RSPropertyBase> property, const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue) RSSpringAnimation() argument
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | simple_spring_node.cpp | 56 void SimpleSpringNode::NotifyNext(double endValue, double initVelocity) in NotifyNext() argument 72 void SimpleSpringNode::EndToValue(double endValue, double velocity) in EndToValue() argument
|
H A D | bilateral_spring_node.cpp | 25 void BilateralSpringNode::NotifyNext(double endValue, double initVelocity) in NotifyNext() argument
|
H A D | animatable_base.h | 36 void AnimateTo(const T& beginValue, const T& endValue) in AnimateTo() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/ |
H A D | rs_value_estimator_test.cpp | 49 auto endValue = RSFilter::CreateBlurFilter(10.f, 10.f); in HWTEST_F() local 85 auto endValue = std::make_shared<RSRenderAnimatableProperty<float>>(1.0f); in HWTEST_F() local
|
H A D | rs_render_interpolating_spring_animation_test.cpp | 29 RSRenderInterpolatingSpringAnimationMock(AnimationId id, const PropertyId& propertyId, const std::shared_ptr<RSRenderPropertyBase>& originValue, const std::shared_ptr<RSRenderPropertyBase>& startValue, const std::shared_ptr<RSRenderPropertyBase>& endValue) RSRenderInterpolatingSpringAnimationMock() argument
|
H A D | rs_render_animation_debug_trace_test.cpp | 56 auto endValue = std::make_shared<RSRenderAnimatableProperty<float>>(100.0f); in HWTEST_F() local 81 auto endValue = std::make_shared<RSRenderAnimatableProperty<float>>(100.0f); in HWTEST_F() local 107 auto endValue = std::make_shared<RSRenderAnimatableProperty<float>>(100.0f); in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_render_transition_effect.h | 118 RSTransitionCustom(std::shared_ptr<RSRenderPropertyBase> property, std::shared_ptr<RSRenderPropertyBase> startValue, std::shared_ptr<RSRenderPropertyBase> endValue) RSTransitionCustom() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/indexer/ |
H A D | render_indexer_item.cpp | 193 CreateColorAnimation( RefPtr<KeyframeAnimation<Color>>& colorAnimation, const Color& beginValue, const Color& endValue) CreateColorAnimation() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | interactive_effect.cpp | 146 CreateDoubleAnimation(RefPtr<KeyframeAnimation<double>>& doubleAnimation, double beginValue, double endValue) CreateDoubleAnimation() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/ |
H A D | render_tab_bar_item.cpp | 137 CreateDoubleAnimation( RefPtr<KeyframeAnimation<double>>& doubleAnimation, double beginValue, double endValue, bool hover) CreateDoubleAnimation() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/ |
H A D | render_indexer_item.cpp | 159 CreateColorAnimation( RefPtr<KeyframeAnimation<Color>>& colorAnimation, const Color& beginValue, const Color& endValue) CreateColorAnimation() argument
|