HomeSort by relevance Sort by last modified time
    Searched refs:ClusterAlbum (Results 1 - 4 of 4) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ClusterAlbumSet.java 33 private ArrayList<ClusterAlbum> mAlbums = new ArrayList<ClusterAlbum>();
116 ClusterAlbum album;
118 album = (ClusterAlbum) dataManager.peekMediaObject(childPath);
120 album = new ClusterAlbum(childPath, dataManager, this);
ClusterAlbum.java 21 public class ClusterAlbum extends MediaSet implements ContentListener {
23 private static final String TAG = "ClusterAlbum";
30 public ClusterAlbum(Path path, DataManager dataManager,
ClusterSource.java 78 // The actual content in the ClusterAlbum will be filled later
80 return new ClusterAlbum(path, dataManager, parent);
FilterTypeSet.java 63 return ClusterAlbum.getMediaItemFromPath(

Completed in 71 milliseconds