Sets the animated property. @param animated
(boolean animated)
| 308 | * @param animated |
| 309 | */ |
| 310 | public void setAnimated(boolean animated) { |
| 311 | this.animated = animated; |
| 312 | } |
| 313 | |
| 314 | /** |
| 315 | * Reads the animated property. |
no outgoing calls
no test coverage detected