Esempio n. 1
0
 public Animation(int duration) {
   init(duration);
 }
Esempio n. 2
0
 public Animation() {
   init(DEFAULT_DURATION);
 }