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 D | rs_animation_timing_curve.cpp | 104 … response, dampingRatio, velocity, CurveType::INTERPOLATING_SPRING, minimumAmplitudeRatio); in CreateInterpolatingSpring() 109 response, dampingRatio, velocity, CurveType::INTERPOLATING_SPRING, minimumAmplitudeRatio); in CreateInterpolatingSpring()
|
H A D | rs_animation_timing_curve.h | 68 enum class CurveType { INTERPOLATING, SPRING, INTERPOLATING_SPRING }; enumerator
|
H A D | rs_interpolating_spring_animation.cpp | 47 if (timingCurve.type_ != RSAnimationTimingCurve::CurveType::INTERPOLATING_SPRING) { in SetTimingCurve()
|
H A D | rs_implicit_animator.cpp | 54 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 D | rs_implicit_animation_param.h | 35 INTERPOLATING_SPRING, enumerator
|
H A D | rs_implicit_animation_param.cpp | 259 : RSImplicitAnimationParam(timingProtocol, ImplicitAnimationParamType::INTERPOLATING_SPRING), in RSImplicitInterpolatingSpringAnimationParam()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/animator/ |
H A D | cj_animator.cpp | 25 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 D | rs_animation_timing_curve_test.cpp | 464 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 D | js_constants.cpp | 128 const char INTERPOLATING_SPRING[] = "interpolatingSpring"; variable
|
H A D | js_constants.h | 130 ACE_EXPORT extern const char INTERPOLATING_SPRING[];
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/ |
H A D | jsi_curves_module.cpp | 285 } 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 D | js_animator.cpp | 39 constexpr char INTERPOLATING_SPRING[] = "interpolating-spring"; variable 136 if (aniTimFuncName.compare(INTERPOLATING_SPRING)) { in ParseOptionToMotion()
|