/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/ |
H A D | rs_animation_timing_curve_test.cpp | 52 float stiffness = -1.0f; in HWTEST_F() local 69 float stiffness = 0.0f; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | simple_spring_node.cpp | 157 void SimpleSpringNode::TransferParams(double stiffness, double damping) in TransferParams() argument
|
H A D | spring_model.cpp | 48 void SpringProperty::SetStiffness(double stiffness) in SetStiffness() argument
|
H A D | spring_curve.cpp | 34 SpringCurve::SpringCurve(float velocity, float mass, float stiffness, float damping) in SpringCurve() argument
|
H A D | spring_model.h | 33 SpringProperty(double mass, double stiffness, double damping) in SpringProperty() argument
|
H A D | simple_spring_chain.h | 27 void SetControlStiffness(double stiffness) in SetControlStiffness() argument
|
H A D | curve.h | 343 InterpolatingSpring(float velocity, float mass, float stiffness, float damping) in InterpolatingSpring() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
H A D | rs_animation_timing_curve_test.cpp | 437 float stiffness = 0.0f;
in HWTEST_F() local 460 float stiffness = 0.0f;
in HWTEST_F() local
|
H A D | rs_implicit_animator_test.cpp | 56 float stiffness = 0.0f; in HWTEST_F() local 77 float stiffness = 0.0f; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/animator/ |
H A D | cj_animator.cpp | 79 float stiffness = StringUtils::StringToFloat(paramsVector[2]); in ParseOptionToMotion() local
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/ |
H A D | swiper_animation_test_ng.cpp | 398 float stiffness = 0.2f; in HWTEST_F() local 439 float stiffness = 0.2f; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
H A D | list_properties.h | 110 double stiffness = 0; member
|
H A D | render_list_item.cpp | 377 double stiffness = theme_ ? theme_->GetItemSwipeSpringStiffness() : SWIPE_SPRING_STIFFNESS; in StartSpringMotion() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_animation_timing_curve.cpp | 82 CreateSpringCurve( float velocity, float mass, float stiffness, float damping) CreateSpringCurve() argument 96 CreateInterpolatingSpring( float mass, float stiffness, float damping, float velocity, float minimumAmplitudeRatio) CreateInterpolatingSpring() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | toss_animation_controller.cpp | 148 double stiffness = PICKER_SPRING_STIFFNESS; in UpdatePlayAnimationValue() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/ |
H A D | jsi_curves_module.cpp | 109 double stiffness = 1.0; in CreateSpringCurve() local 144 float stiffness = static_cast<float>(argv[2]->IsNumber(runtime) ? argv[2]->ToDouble(runtime) : 1.0); in CreateInterpolatingSpring() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
H A D | toss_animation_controller.cpp | 152 double stiffness = PICKER_SPRING_STIFFNESS; in UpdatePlayAnimationValue() local
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | animate_impl.cpp | 298 ArkUI_CurveHandle SpringCurve(float velocity, float mass, float stiffness, float damping) in SpringCurve() argument 364 ArkUI_CurveHandle InterpolatingSpring(float velocity, float mass, float stiffness, float damping) in InterpolatingSpring() argument
|
H A D | node_animate.cpp | 671 ArkUI_CurveHandle OH_ArkUI_Curve_CreateSpringCurve(float velocity, float mass, float stiffness, float damping) in OH_ArkUI_Curve_CreateSpringCurve() argument 687 ArkUI_CurveHandle OH_ArkUI_Curve_CreateInterpolatingSpring(float velocity, float mass, float stiffness, float damping) in OH_ArkUI_Curve_CreateInterpolatingSpring() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_animator.cpp | 394 double stiffness = info[1]->ToNumber<double>(); in ConstructorCallback() local
|
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/ |
H A D | utils.cpp | 91 double stiffness = StringToDouble(params.at(2)); in SpringCurveCreator() local 103 double stiffness = StringToDouble(params.at(2)); in InterpolatingSpringCreator() local
|
/foundation/arkui/ace_engine/interfaces/napi/kits/animator/ |
H A D | js_animator.cpp | 136 float stiffness = StringUtils::StringToFloat(paramsVector[2]); in ParseOptionToMotion() local
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_animate.cpp | 462 CreateSpringCurve( ArkUI_Float32 velocity, ArkUI_Float32 mass, ArkUI_Float32 stiffness, ArkUI_Float32 damping) CreateSpringCurve() argument 486 CreateInterpolatingSpring( ArkUI_Float32 velocity, ArkUI_Float32 mass, ArkUI_Float32 stiffness, ArkUI_Float32 damping) CreateInterpolatingSpring() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/fuzztest/rsanimation_fuzzer/ |
H A D | rsanimation_fuzzer.cpp | 122 float stiffness = GetData<float>(); in RsAnimationTimingCurveFuzzTest() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_list_bridge.cpp | 787 double stiffness; in SetChainAnimationOptions() local
|