| 710 | } |
| 711 | |
| 712 | void UserEventStream::ResetMapPlaneAnimations() |
| 713 | { |
| 714 | bool const hasAnimations = m_animationSystem.HasAnimations(); |
| 715 | m_animationSystem.FinishObjectAnimations(Animation::Object::MapPlane, false /* rewind */, false /* finishAll */); |
| 716 | if (hasAnimations) |
| 717 | ApplyAnimations(); |
| 718 | } |
| 719 | |
| 720 | m2::AnyRectD UserEventStream::GetCurrentRect() const |
| 721 | { |
nothing calls this directly
no test coverage detected