Home
last modified time | relevance | path

Searched refs:DISMIN (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.cpp27 constexpr int32_t DISMIN = 0; variable
157 …showCount_ = static_cast<int>(DISMIN + (DISMAX - DISMIN) * (std::abs(speed_) - VMIN) / (VMAX - VMI… in UpdatePlayAnimationValue()
186 if ((isTouchBreak) || (static_cast<int32_t>(position) == DISMIN)) { in CreatePropertyCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtoss_animation_controller.cpp28 constexpr int32_t DISMIN = 0; variable
160 …showCount_ = static_cast<int>(DISMIN + (showCountMax - DISMIN) * (std::abs(speed_) - VMIN) / (velo… in UpdatePlayAnimationValue()
188 if ((isTouchBreak) || (static_cast<int32_t>(position) == DISMIN)) { in CreatePropertyCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Dtoss_animation_controller.cpp25 constexpr int32_t DISMIN = 0; variable
153 …showCount_ = static_cast<int>(DISMIN + (showCountMax - DISMIN) * (std::abs(speed_) - VMIN) / (velo… in UpdatePlayAnimationValue()
180 if ((isTouchBreak) || (static_cast<int32_t>(position) == DISMIN)) { in CreatePropertyCallback()