| 151 | } |
| 152 | |
| 153 | void MapLinearAnimation::SetMaxScaleDuration(double maxDuration) |
| 154 | { |
| 155 | if (m_scaleInterpolator.IsActive()) |
| 156 | m_scaleInterpolator.SetMaxDuration(maxDuration); |
| 157 | } |
| 158 | |
| 159 | double MapLinearAnimation::GetDuration() const |
| 160 | { |
no test coverage detected