Searched refs:ClusterAlbum (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DClusterAlbumSet.java33 private ArrayList<ClusterAlbum> mAlbums = new ArrayList<ClusterAlbum>();
116 ClusterAlbum album;
118 album = (ClusterAlbum) dataManager.peekMediaObject(childPath);
120 album = new ClusterAlbum(childPath, dataManager, this);
H A DClusterAlbum.java21 public class ClusterAlbum extends MediaSet implements ContentListener { class in inherits:MediaSet,ContentListener
23 private static final String TAG = "ClusterAlbum";
30 public ClusterAlbum(Path path, DataManager dataManager, method in class:ClusterAlbum
H A DClusterSource.java78 // The actual content in the ClusterAlbum will be filled later
80 return new ClusterAlbum(path, dataManager, parent);
H A DFilterTypeSet.java63 return ClusterAlbum.getMediaItemFromPath(

Completed in 94 milliseconds