/[projects]/android/Side9/src/dk/thoerup/side9/anim/DisplayNextView.java
ViewVC logotype

Diff of /android/Side9/src/dk/thoerup/side9/anim/DisplayNextView.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1217 by torben, Mon Jan 24 22:21:23 2011 UTC revision 1218 by torben, Tue Jan 25 09:37:58 2011 UTC
# Line 16  public final class DisplayNextView imple Line 16  public final class DisplayNextView imple
16                  this.forward = forward;                  this.forward = forward;
17          }          }
18    
19            @Override
20          public void onAnimationStart(Animation animation) {          public void onAnimationStart(Animation animation) {
21          }          }
22    
23            @Override
24          public void onAnimationEnd(Animation animation) {          public void onAnimationEnd(Animation animation) {
25                  image1.post(new SwapViews(mCurrentView, forward, image1, image2));                  image1.post(new SwapViews(mCurrentView, forward, image1, image2));
26          }          }
27    
28            @Override
29          public void onAnimationRepeat(Animation animation) {          public void onAnimationRepeat(Animation animation) {
30          }          }
31  }  }

Legend:
Removed from v.1217  
changed lines
  Added in v.1218

  ViewVC Help
Powered by ViewVC 1.1.20