Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtoss_animation_controller.cpp31 constexpr int32_t VELOCTY_TRANS = 1000; variable
78 speed_ = column->GetMainVelocity() / VELOCTY_TRANS; in Play()
95 auto speed = column->GetMainVelocity() / VELOCTY_TRANS; in StartSpringMotion()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Dtoss_animation_controller.cpp28 constexpr int32_t VELOCTY_TRANS = 1000; variable
73 speed_ = column->GetMainVelocity() / VELOCTY_TRANS; in Play()
90 auto speed = column->GetMainVelocity() / VELOCTY_TRANS; in StartSpringMotion()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtoss_animation_controller.cpp30 constexpr int32_t VELOCTY_TRANS = 1000; variable
75 speed_ = column->GetMainVelocity() / VELOCTY_TRANS; in Play()