130131132133134135136137138
} @Override public AnimationView getAnimationView() { if (animationView == null) { animationView = new AnimationViewGwtImpl(); } return animationView; }