Home
last modified time | relevance | path

Searched refs:PICKER_SPEED_TH (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.cpp29 constexpr float PICKER_SPEED_TH = 0.25f; variable
76 if (std::abs(speed_) < PICKER_SPEED_TH) { in Play()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtoss_animation_controller.cpp30 constexpr double PICKER_SPEED_TH = 0.25; variable
79 if (std::abs(speed_) < PICKER_SPEED_TH) { in Play()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Dtoss_animation_controller.cpp27 constexpr double PICKER_SPEED_TH = 0.25; variable
74 if (std::abs(speed_) < PICKER_SPEED_TH) { in Play()