Searched refs:DISMIN (Results 1 – 3 of 3) sorted by relevance
27 constexpr int32_t DISMIN = 0; variable157 …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()
28 constexpr int32_t DISMIN = 0; variable160 …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()
25 constexpr int32_t DISMIN = 0; variable153 …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()