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

Diff of /android/Side9/src/dk/thoerup/side9/ImageAdapter.java

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

revision 1211 by torben, Wed Nov 3 05:21:48 2010 UTC revision 1212 by torben, Fri Jan 7 07:15:42 2011 UTC
# Line 36  public class ImageAdapter extends BaseAd Line 36  public class ImageAdapter extends BaseAd
36            
37            
38            
39        
40      int thumbSize;      int thumbSize;
41    
42      public ImageAdapter(Context c) {      public ImageAdapter(Context c) {
# Line 107  public class ImageAdapter extends BaseAd Line 108  public class ImageAdapter extends BaseAd
108          thumbSize = getSize();          thumbSize = getSize();
109      }      }
110            
111        public void cleanUp() {
112            mImages.clear();
113        }
114        
115      public void orderByPath() {      public void orderByPath() {
116          Collections.sort(mImages, new ImageEntry.PathComparator());          Collections.sort(mImages, new ImageEntry.PathComparator());
117          this.notifyDataSetChanged();          this.notifyDataSetChanged();

Legend:
Removed from v.1211  
changed lines
  Added in v.1212

  ViewVC Help
Powered by ViewVC 1.1.20