Home
last modified time | relevance | path

Searched refs:CreateSpringCurve (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/msdp/device_status/utils/common/src/
H A Danimation_curve.cpp54 return AnimationCurve::CreateSpringCurve(curve); in __anon7e1d6ef40302()
88 RosenCurveType AnimationCurve::CreateSpringCurve(const std::vector<float> &curve) in CreateSpringCurve() function in OHOS::Msdp::DeviceStatus::AnimationCurve
94 … return RosenCurveType::CreateSpringCurve(curve[ARG_0], curve[ARG_1], curve[ARG_2], curve[ARG_3]); in CreateSpringCurve()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_animation_timing_curve_test.cpp309 auto timingCurve = RSAnimationTimingCurve::CreateSpringCurve(0.1f, 0.2f, 0.3f, 0.4f);
342 auto timingCurve = RSAnimationTimingCurve::CreateSpringCurve(0.4f, 0.3f, 0.2f, 0.1f);
439 … auto timingCurve = RSAnimationTimingCurve::CreateSpringCurve(velocity, mass, stiffness, damping);
445 …auto timingCurve1 = RSAnimationTimingCurve::CreateSpringCurve(velocity, mass1, stiffness1, damping…
H A Drs_implicit_animator_test.cpp79 … auto timingCurve = RSAnimationTimingCurve::CreateSpringCurve(velocity, mass, stiffness, damping);
H A Drs_animation_supplement_test.cpp939 auto curve = RSAnimationTimingCurve::CreateSpringCurve(1.f, 2.f, 3.f, 4.f);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/
H A Drs_animation_timing_curve_test.cpp54 rsAnimationTimingCurve.CreateSpringCurve(velocity, mass, stiffness, damping); in HWTEST_F()
/ohos5.0/base/msdp/device_status/utils/common/include/
H A Danimation_curve.h38 static RosenCurveType CreateSpringCurve(const std::vector<float> &curve);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_animate.h43 ArkUICurveHandle CreateSpringCurve(
H A Dnode_api.cpp1992 ArkUICurveHandle CreateSpringCurve( in CreateSpringCurve() function
1995 return ViewAnimate::CreateSpringCurve(velocity, mass, stiffness, damping); in CreateSpringCurve()
2045 CreateSpringCurve, in GetAnimationAPI()
2192 CreateSpringCurve, in GetCJUIAnimationAPI()
H A Dnode_animate.cpp537 ArkUICurveHandle CreateSpringCurve( in CreateSpringCurve() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dnative_curve_helper.cpp31 …return Rosen::RSAnimationTimingCurve::CreateSpringCurve(springCurve->velocity_, springCurve->mass_, in ToNativeCurve()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_animation_timing_curve.h53 …static RSAnimationTimingCurve CreateSpringCurve(float velocity, float mass, float stiffness, float…
H A Drs_animation_timing_curve.cpp82 RSAnimationTimingCurve RSAnimationTimingCurve::CreateSpringCurve( in CreateSpringCurve() function in OHOS::Rosen::RSAnimationTimingCurve
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_curves_module.cpp101 bool CreateSpringCurve(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& thisObj, in CreateSpringCurve() function
284 curveCreated = CreateSpringCurve(runtime, thisObj, argv, argc, curve); in ParseCurves()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/fuzztest/rsanimation_fuzzer/
H A Drsanimation_fuzzer.cpp129 … auto springCurve = RSAnimationTimingCurve::CreateSpringCurve(velocity, mass, stiffness, damping); in RsAnimationTimingCurveFuzzTest()