Searched refs:dampInc (Results 1 – 1 of 1) sorted by relevance
2413 double dampInc = std::fabs(currentIndex_ - targetIndex_) * SPRING_DAMP_INC; in StartIndicatorSpringAnimation() local2414 …escription = AceType::MakeRefPtr<SpringProperty>(SPRING_MASS, SPRING_STIFF, SPRING_DAMP + dampInc); in StartIndicatorSpringAnimation()