Home
last modified time | relevance | path

Searched defs:INTERPOLATING_SPRING (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_implicit_animation_param.h35 INTERPOLATING_SPRING, enumerator
H A Drs_animation_timing_curve.h68 enum class CurveType { INTERPOLATING, SPRING, INTERPOLATING_SPRING }; enumerator
/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
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Djs_constants.cpp128 const char INTERPOLATING_SPRING[] = "interpolatingSpring"; variable
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/animator/
H A Djs_animator.cpp39 constexpr char INTERPOLATING_SPRING[] = "interpolating-spring"; variable