(float amplitude, float period)
| 313 | */ |
| 314 | class ElasticInOut extends Elastic { |
| 315 | public ElasticInOut(float amplitude, float period) { |
| 316 | super(amplitude, period); |
| 317 | } |
| 318 | |
| 319 | public ElasticInOut() { |
| 320 | super(); |
nothing calls this directly
no outgoing calls
no test coverage detected