/ohos5.0/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
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | spring_model.h | 33 SpringProperty(double mass, double stiffness, double damping) in SpringProperty()
|
H A D | simple_spring_node.cpp | 157 void SimpleSpringNode::TransferParams(double stiffness, double damping) in TransferParams()
|
H A D | spring_curve.cpp | 34 SpringCurve::SpringCurve(float velocity, float mass, float stiffness, float damping) in SpringCurve()
|
H A D | spring_model.cpp | 48 void SpringProperty::SetStiffness(double stiffness) in SetStiffness()
|
H A D | simple_spring_chain.h | 27 void SetControlStiffness(double stiffness) in SetControlStiffness()
|
H A D | curve.h | 343 InterpolatingSpring(float velocity, float mass, float stiffness, float damping) in InterpolatingSpring()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_animation_timing_curve.cpp | 83 float velocity, float mass, float stiffness, float damping) in CreateSpringCurve() 97 float mass, float stiffness, float damping, float velocity, float minimumAmplitudeRatio) in CreateInterpolatingSpring()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
H A D | rs_implicit_animator_test.cpp | 55 float stiffness = 0.0f; variable 76 float stiffness = 0.0f; variable
|
H A D | rs_animation_timing_curve_test.cpp | 437 float stiffness = 0.0f; variable 460 float stiffness = 0.0f; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/animator/ |
H A D | cj_animator.cpp | 81 float stiffness = StringUtils::StringToFloat(paramsVector[2]); in ParseOptionToMotion() local
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | animate_impl.cpp | 299 ArkUI_CurveHandle SpringCurve(float velocity, float mass, float stiffness, float damping) in SpringCurve() 365 ArkUI_CurveHandle InterpolatingSpring(float velocity, float mass, float stiffness, float damping) in InterpolatingSpring()
|
H A D | node_animate.cpp | 674 ArkUI_CurveHandle OH_ArkUI_Curve_CreateSpringCurve(float velocity, float mass, float stiffness, flo… in OH_ArkUI_Curve_CreateSpringCurve() 690 …OH_ArkUI_Curve_CreateInterpolatingSpring(float velocity, float mass, float stiffness, float dampin… in OH_ArkUI_Curve_CreateInterpolatingSpring()
|
/ohos5.0/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
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
H A D | toss_animation_controller.cpp | 155 double stiffness = PICKER_SPRING_STIFFNESS; in UpdatePlayAnimationValue() local
|
/ohos5.0/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
|
/ohos5.0/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 | 379 double stiffness = theme_ ? theme_->GetItemSwipeSpringStiffness() : SWIPE_SPRING_STIFFNESS; in StartSpringMotion() local
|
/ohos5.0/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
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/ |
H A D | swiper_animation_test_ng.cpp | 380 float stiffness = 0.2f; variable 421 float stiffness = 0.2f; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_animate.cpp | 538 ArkUI_Float32 velocity, ArkUI_Float32 mass, ArkUI_Float32 stiffness, ArkUI_Float32 damping) in CreateSpringCurve() 562 ArkUI_Float32 velocity, ArkUI_Float32 mass, ArkUI_Float32 stiffness, ArkUI_Float32 damping) in CreateInterpolatingSpring()
|
/ohos5.0/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
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/fuzztest/rsanimation_fuzzer/ |
H A D | rsanimation_fuzzer.cpp | 119 float stiffness = GetData<float>(); in RsAnimationTimingCurveFuzzTest() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | list_component.h | 431 void SetOverSpringProperty(double mass, double stiffness, double damping) in SetOverSpringProperty()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/ |
H A D | title_bar_test_ng.cpp | 396 float stiffness = 228.0f; variable
|