Home
last modified time | relevance | path

Searched refs:PICKER_SPRING_STIFFNESS (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtoss_animation_controller.cpp32 constexpr float PICKER_SPRING_STIFFNESS = 20.f; variable
159 speed_, PICKER_SPRING_MASS, PICKER_SPRING_STIFFNESS, PICKER_SPRING_DAMPING); in UpdatePlayAnimationValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtoss_animation_controller.cpp33 constexpr float PICKER_SPRING_STIFFNESS = 20.f; variable
155 double stiffness = PICKER_SPRING_STIFFNESS; in UpdatePlayAnimationValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Dtoss_animation_controller.cpp30 constexpr float PICKER_SPRING_STIFFNESS = 20.f; variable
148 double stiffness = PICKER_SPRING_STIFFNESS; in UpdatePlayAnimationValue()