Searched refs:MILLISECOND_PER_PERCENT (Results 1 – 3 of 3) sorted by relevance
23 constexpr double MILLISECOND_PER_PERCENT = 20.0; variable209 …if (std::abs(percentChange_ * MILLISECOND_PER_PERCENT) > animationDuring_.count() * SECOND_TO_MILL… in PrepareAnimation()210 animationTime = std::abs(percentChange_ * MILLISECOND_PER_PERCENT); in PrepareAnimation()
25 constexpr double MILLISECOND_PER_PERCENT = 20.0; variable129 …if (std::abs(percentChange_ * MILLISECOND_PER_PERCENT) > animationDuring_.count() * SECOND_TO_MILL… in UpdateAnimation()130 animationTime = std::abs(percentChange_ * MILLISECOND_PER_PERCENT); in UpdateAnimation()
30 constexpr double MILLISECOND_PER_PERCENT = 20.0; variable683 double change = percentChange_ * MILLISECOND_PER_PERCENT; in UpdateProgressAnimation()