Home
last modified time | relevance | path

Searched refs:DEFAULT_SPRING_MOTION_RESPONSE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_curves_module.cpp220 float response = ResponsiveSpringMotion::DEFAULT_SPRING_MOTION_RESPONSE; in CreateSpringMotionCurve()
226 response = ResponsiveSpringMotion::DEFAULT_SPRING_MOTION_RESPONSE; in CreateSpringMotionCurve()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dcurve.h326 static constexpr float DEFAULT_SPRING_MOTION_RESPONSE = 0.55f; variable
H A Danimation_util.cpp494 …AceType::MakeRefPtr<ResponsiveSpringMotion>(ResponsiveSpringMotion::DEFAULT_SPRING_MOTION_RESPONSE, in CreateKeyboardAnimationOption()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dutils.cpp115 : ResponsiveSpringMotion::DEFAULT_SPRING_MOTION_RESPONSE; in SpringMotionCreator()