| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/ |
| H A D | rs_animation_timing_curve_test.cpp | 51 float mass = -1.0f; in HWTEST_F() local 68 float mass = -1.0f; in HWTEST_F() local
|
| /foundation/arkui/ace_engine/frameworks/core/animation/ |
| H A D | spring_model.cpp | 36 void SpringProperty::SetMass(double mass) in SetMass() 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 | 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 | 436 float mass = 0.5f;
in HWTEST_F() local 459 float mass = 0.5f;
in HWTEST_F() local
|
| H A D | rs_implicit_animator_test.cpp | 55 float mass = 0.5f; in HWTEST_F() local 76 float mass = 0.5f; in HWTEST_F() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/animator/ |
| H A D | cj_animator.cpp | 78 float mass = StringUtils::StringToFloat(paramsVector[1]); in ParseOptionToMotion() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/ |
| H A D | swiper_animation_test_ng.cpp | 397 float mass = 0.1f; in HWTEST_F() local 438 float mass = 0.1f; in HWTEST_F() 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
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
| H A D | toss_animation_controller.cpp | 147 double mass = PICKER_SPRING_MASS; in UpdatePlayAnimationValue() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/ |
| H A D | jsi_curves_module.cpp | 108 double mass = 1.0; in CreateSpringCurve() local 143 float mass = static_cast<float>(argv[1]->IsNumber(runtime) ? argv[1]->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 | 151 double mass = PICKER_SPRING_MASS; 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/core/components_v2/list/ |
| H A D | render_list_item.cpp | 376 double mass = theme_ ? theme_->GetItemSwipeSpringMass() : SWIPE_SPRING_MASS; in StartSpringMotion() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_animator.cpp | 393 double mass = info[0]->ToNumber<double>(); in ConstructorCallback() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/common/utils/ |
| H A D | utils.cpp | 90 double mass = StringToDouble(params.at(1)); in SpringCurveCreator() local 102 double mass = StringToDouble(params.at(1)); in InterpolatingSpringCreator() local
|
| /foundation/arkui/ace_engine/interfaces/napi/kits/animator/ |
| H A D | js_animator.cpp | 135 float mass = StringUtils::StringToFloat(paramsVector[1]); 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 | 121 float mass = GetData<float>(); in RsAnimationTimingCurveFuzzTest() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/ |
| H A D | title_bar_test_ng.cpp | 1035 float mass = 1.0f; in HWTEST_F() local
|
| /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() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
| H A D | title_bar_pattern.cpp | 803 constexpr float mass = 1.0f; // The move animation spring curve mass is 1.0f in SpringAnimation() local
|
| /third_party/NuttX/drivers/usbdev/gadget/ |
| H A D | f_mass_storage.c | 1541 struct mass_softc *mass = g_fmass; in fmass_partition_startup() local 1695 static int usbclass_mass_set_alt(struct mass_dev_s *mass, unsigned intf, unsigned alt) in usbclass_mass_set_alt() argument 1711 struct mass_dev_s *mass; in usbclass_mass_setup() local 1781 struct mass_dev_s *mass; usbclass_mass_disconnect() local [all...] |