Home
last modified time | relevance | path

Searched refs:INTERPOLATING_SPRING (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_animation_timing_curve.cpp104 … response, dampingRatio, velocity, CurveType::INTERPOLATING_SPRING, minimumAmplitudeRatio); in CreateInterpolatingSpring()
109 response, dampingRatio, velocity, CurveType::INTERPOLATING_SPRING, minimumAmplitudeRatio); in CreateInterpolatingSpring()
H A Drs_animation_timing_curve.h68 enum class CurveType { INTERPOLATING, SPRING, INTERPOLATING_SPRING }; enumerator
H A Drs_interpolating_spring_animation.cpp47 if (timingCurve.type_ != RSAnimationTimingCurve::CurveType::INTERPOLATING_SPRING) { in SetTimingCurve()
H A Drs_implicit_animator.cpp54 case RSAnimationTimingCurve::CurveType::INTERPOLATING_SPRING: in OpenImplicitAnimation()
352 … implicitAnimationParams_.top()->GetType() != ImplicitAnimationParamType::INTERPOLATING_SPRING)) { in EndImplicitAnimation()
561 case ImplicitAnimationParamType::INTERPOLATING_SPRING: { in CreateImplicitAnimation()
H A Drs_implicit_animation_param.h35 INTERPOLATING_SPRING, enumerator
H A Drs_implicit_animation_param.cpp259 : RSImplicitAnimationParam(timingProtocol, ImplicitAnimationParamType::INTERPOLATING_SPRING), in RSImplicitInterpolatingSpringAnimationParam()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/animator/
H A Dcj_animator.cpp25 const char INTERPOLATING_SPRING[] = "interpolatingSpring"; variable
67 if (aniTimFuncName.compare(INTERPOLATING_SPRING)) { in ParseOptionToMotion()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_animation_timing_curve_test.cpp464 EXPECT_TRUE(timingCurve.type_ == RSAnimationTimingCurve::CurveType::INTERPOLATING_SPRING);
469 EXPECT_TRUE(timingCurve1.type_ == RSAnimationTimingCurve::CurveType::INTERPOLATING_SPRING);
474 EXPECT_TRUE(timingCurve2.type_ == RSAnimationTimingCurve::CurveType::INTERPOLATING_SPRING);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Djs_constants.cpp128 const char INTERPOLATING_SPRING[] = "interpolatingSpring"; variable
H A Djs_constants.h130 ACE_EXPORT extern const char INTERPOLATING_SPRING[];
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_curves_module.cpp285 } else if (curveString == INTERPOLATING_SPRING) { in ParseCurves()
354 std::string curveString(INTERPOLATING_SPRING); in InterpolatingSpringCurve()
400 …moduleObj->SetProperty(runtime, INTERPOLATING_SPRING, runtime->NewFunction(InterpolatingSpringCurv… in InitCurvesModule()
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/animator/
H A Djs_animator.cpp39 constexpr char INTERPOLATING_SPRING[] = "interpolating-spring"; variable
136 if (aniTimFuncName.compare(INTERPOLATING_SPRING)) { in ParseOptionToMotion()