Home
last modified time | relevance | path

Searched defs:stiffness (Results 1 – 25 of 34) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/
H A Drs_animation_timing_curve_test.cpp52 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 Dspring_model.h33 SpringProperty(double mass, double stiffness, double damping) in SpringProperty()
H A Dsimple_spring_node.cpp157 void SimpleSpringNode::TransferParams(double stiffness, double damping) in TransferParams()
H A Dspring_curve.cpp34 SpringCurve::SpringCurve(float velocity, float mass, float stiffness, float damping) in SpringCurve()
H A Dspring_model.cpp48 void SpringProperty::SetStiffness(double stiffness) in SetStiffness()
H A Dsimple_spring_chain.h27 void SetControlStiffness(double stiffness) in SetControlStiffness()
H A Dcurve.h343 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 Drs_animation_timing_curve.cpp83 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 Drs_implicit_animator_test.cpp55 float stiffness = 0.0f; variable
76 float stiffness = 0.0f; variable
H A Drs_animation_timing_curve_test.cpp437 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 Dcj_animator.cpp81 float stiffness = StringUtils::StringToFloat(paramsVector[2]); in ParseOptionToMotion() local
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Danimate_impl.cpp299 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 Dnode_animate.cpp674 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 Dutils.cpp91 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 Dtoss_animation_controller.cpp155 double stiffness = PICKER_SPRING_STIFFNESS; in UpdatePlayAnimationValue() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Dtoss_animation_controller.cpp148 double stiffness = PICKER_SPRING_STIFFNESS; in UpdatePlayAnimationValue() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Dlist_properties.h110 double stiffness = 0; member
H A Drender_list_item.cpp379 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 Djsi_curves_module.cpp109 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 Dswiper_animation_test_ng.cpp380 float stiffness = 0.2f; variable
421 float stiffness = 0.2f; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_animate.cpp538 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 Djs_animator.cpp394 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 Drsanimation_fuzzer.cpp119 float stiffness = GetData<float>(); in RsAnimationTimingCurveFuzzTest() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_component.h431 void SetOverSpringProperty(double mass, double stiffness, double damping) in SetOverSpringProperty()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dtitle_bar_test_ng.cpp396 float stiffness = 228.0f; variable

12