Home
last modified time | relevance | path

Searched defs:stiffness (Results 1 - 25 of 32) sorted by relevance

12

/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
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dsimple_spring_node.cpp157 void SimpleSpringNode::TransferParams(double stiffness, double damping) in TransferParams() argument
H A Dspring_model.cpp48 void SpringProperty::SetStiffness(double stiffness) in SetStiffness() argument
H A Dspring_curve.cpp34 SpringCurve::SpringCurve(float velocity, float mass, float stiffness, float damping) in SpringCurve() argument
H A Dspring_model.h33 SpringProperty(double mass, double stiffness, double damping) in SpringProperty() argument
H A Dsimple_spring_chain.h27 void SetControlStiffness(double stiffness) in SetControlStiffness() argument
H A Dcurve.h343 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 Drs_animation_timing_curve_test.cpp437 float stiffness = 0.0f; in HWTEST_F() local
460 float stiffness = 0.0f; in HWTEST_F() local
H A Drs_implicit_animator_test.cpp56 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 Dcj_animator.cpp79 float stiffness = StringUtils::StringToFloat(paramsVector[2]); in ParseOptionToMotion() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_animation_test_ng.cpp398 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 Dlist_properties.h110 double stiffness = 0; member
H A Drender_list_item.cpp377 double stiffness = theme_ ? theme_->GetItemSwipeSpringStiffness() : SWIPE_SPRING_STIFFNESS; in StartSpringMotion() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_animation_timing_curve.cpp82 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 Dtoss_animation_controller.cpp148 double stiffness = PICKER_SPRING_STIFFNESS; in UpdatePlayAnimationValue() local
/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
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtoss_animation_controller.cpp152 double stiffness = PICKER_SPRING_STIFFNESS; in UpdatePlayAnimationValue() local
/foundation/arkui/ace_engine/interfaces/native/node/
H A Danimate_impl.cpp298 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 Dnode_animate.cpp671 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 Djs_animator.cpp394 double stiffness = info[1]->ToNumber<double>(); in ConstructorCallback() local
/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
/foundation/arkui/ace_engine/interfaces/napi/kits/animator/
H A Djs_animator.cpp136 float stiffness = StringUtils::StringToFloat(paramsVector[2]); in ParseOptionToMotion() local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_animate.cpp462 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 Drsanimation_fuzzer.cpp122 float stiffness = GetData<float>(); in RsAnimationTimingCurveFuzzTest() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_list_bridge.cpp787 double stiffness; in SetChainAnimationOptions() local

Completed in 20 milliseconds

12