Home
last modified time | relevance | path

Searched refs:DEFAULT_SPRING_MOTION_BLEND_DURATION (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.cpp222 float blendDuration = ResponsiveSpringMotion::DEFAULT_SPRING_MOTION_BLEND_DURATION; in CreateSpringMotionCurve()
238 blendDuration = ResponsiveSpringMotion::DEFAULT_SPRING_MOTION_BLEND_DURATION; in CreateSpringMotionCurve()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dcurve.h328 static constexpr float DEFAULT_SPRING_MOTION_BLEND_DURATION = 0.0f; variable
H A Danimation_util.cpp496 ResponsiveSpringMotion::DEFAULT_SPRING_MOTION_BLEND_DURATION) }, in CreateKeyboardAnimationOption()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dutils.cpp119 : ResponsiveSpringMotion::DEFAULT_SPRING_MOTION_BLEND_DURATION; in SpringMotionCreator()