Esempio n. 1
0
 @Override
 public void hide() {
   parentStack = null;
   if (animation != null) {
     animation.removeTarget(this);
   }
 }