Home
last modified time | relevance | path

Searched defs:mass (Results 1 - 25 of 28) sorted by relevance

12

/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/
H A Drs_animation_timing_curve_test.cpp51 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 Dspring_model.cpp36 void SpringProperty::SetMass(double mass) in SetMass() 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 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.cpp436 float mass = 0.5f; in HWTEST_F() local
459 float mass = 0.5f; in HWTEST_F() local
H A Drs_implicit_animator_test.cpp55 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 Dcj_animator.cpp78 float mass = StringUtils::StringToFloat(paramsVector[1]); in ParseOptionToMotion() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_animation_test_ng.cpp397 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 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
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Dtoss_animation_controller.cpp147 double mass = PICKER_SPRING_MASS; in UpdatePlayAnimationValue() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_curves_module.cpp108 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 Dtoss_animation_controller.cpp151 double mass = PICKER_SPRING_MASS; 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/core/components_v2/list/
H A Drender_list_item.cpp376 double mass = theme_ ? theme_->GetItemSwipeSpringMass() : SWIPE_SPRING_MASS; in StartSpringMotion() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_animator.cpp393 double mass = info[0]->ToNumber<double>(); in ConstructorCallback() local
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dutils.cpp90 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 Djs_animator.cpp135 float mass = StringUtils::StringToFloat(paramsVector[1]); 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.cpp121 float mass = GetData<float>(); in RsAnimationTimingCurveFuzzTest() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dtitle_bar_test_ng.cpp1035 float mass = 1.0f; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_component.h431 void SetOverSpringProperty(double mass, double stiffness, double damping) in SetOverSpringProperty() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dtitle_bar_pattern.cpp803 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 Df_mass_storage.c1541 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...]

Completed in 28 milliseconds

12