Home
last modified time | relevance | path

Searched defs:endValue (Results 1 - 25 of 57) sorted by relevance

123

/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Danimatable_dimension.cpp67 void AnimatableDimension::AnimateTo(double endValue) in AnimateTo() argument
H A Danimatable_matrix4.cpp61 void AnimatableMatrix4::AnimateTo(const Matrix4& endValue) in AnimateTo() argument
H A Danimatable_float.h106 void AnimateTo(float endValue) in AnimateTo() argument
/foundation/arkui/ace_engine/test/unittest/base/
H A Danimatable_matrix4_test.cpp77 Matrix4 endValue = Matrix4::CreateIdentity(); in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_value_estimator.cpp25 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 Drs_render_curve_animation.cpp25 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 Danimatable_path.cpp46 void AnimatablePath::AnimateTo(std::string endValue) in AnimateTo() argument
H A Danimatable_double.h114 void AnimateTo(double endValue) in AnimateTo() argument
H A Danimatable_color.h87 void AnimateTo(uint32_t endValue) in AnimateTo() argument
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_picker_unit_test.cpp159 const int16_t endValue = 100; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/
H A Drs_path_animation_test.cpp213 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 Drs_curve_animation.cpp35 RSCurveAnimation(std::shared_ptr<RSPropertyBase> property, const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue) RSCurveAnimation() argument
H A Drs_interpolating_spring_animation.cpp36 RSInterpolatingSpringAnimation(std::shared_ptr<RSPropertyBase> property, const std::shared_ptr<RSPropertyBase>& startValue, const std::shared_ptr<RSPropertyBase>& endValue) RSInterpolatingSpringAnimation() argument
H A Drs_spring_animation.cpp37 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 Dsimple_spring_node.cpp56 void SimpleSpringNode::NotifyNext(double endValue, double initVelocity) in NotifyNext() argument
72 void SimpleSpringNode::EndToValue(double endValue, double velocity) in EndToValue() argument
H A Dbilateral_spring_node.cpp25 void BilateralSpringNode::NotifyNext(double endValue, double initVelocity) in NotifyNext() argument
H A Danimatable_base.h36 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 Drs_value_estimator_test.cpp49 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 Drs_render_interpolating_spring_animation_test.cpp29 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 Drs_render_animation_debug_trace_test.cpp56 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 Drs_render_transition_effect.h118 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 Drender_indexer_item.cpp193 CreateColorAnimation( RefPtr<KeyframeAnimation<Color>>& colorAnimation, const Color& beginValue, const Color& endValue) CreateColorAnimation() argument
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dinteractive_effect.cpp146 CreateDoubleAnimation(RefPtr<KeyframeAnimation<double>>& doubleAnimation, double beginValue, double endValue) CreateDoubleAnimation() argument
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_bar_item.cpp137 CreateDoubleAnimation( RefPtr<KeyframeAnimation<double>>& doubleAnimation, double beginValue, double endValue, bool hover) CreateDoubleAnimation() argument
/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_indexer_item.cpp159 CreateColorAnimation( RefPtr<KeyframeAnimation<Color>>& colorAnimation, const Color& beginValue, const Color& endValue) CreateColorAnimation() argument

Completed in 10 milliseconds

123