Searched refs:animationDuring_ (Results 1 – 6 of 6) sorted by relevance
134 animationDuring_ = std::chrono::steady_clock::now() - previousUpdateTime_; in Update()209 …if (std::abs(percentChange_ * MILLISECOND_PER_PERCENT) > animationDuring_.count() * SECOND_TO_MILL… in PrepareAnimation()212 animationTime = animationDuring_.count() * SECOND_TO_MILLISECOND; in PrepareAnimation()
85 std::chrono::duration<double> animationDuring_; variable
103 animationDuring_ = std::chrono::steady_clock::now() - prevoiusUpdateTime_; in SetTotalRatio()175 std::chrono::duration<double> animationDuring_; variable
129 …if (std::abs(percentChange_ * MILLISECOND_PER_PERCENT) > animationDuring_.count() * SECOND_TO_MILL… in UpdateAnimation()132 animationTime = animationDuring_.count() * SECOND_TO_MILLISECOND; in UpdateAnimation()
211 std::chrono::duration<double> animationDuring_; variable
625 animationDuring_ = std::chrono::steady_clock::now() - previousUpdateTime_; in SetProgress()684 double during = animationDuring_.count() * SECOND_TO_MILLISECOND; in UpdateProgressAnimation()