Searched refs:ClusterAlbum (Results 1 – 4 of 4) sorted by relevance
33 private ArrayList<ClusterAlbum> mAlbums = new ArrayList<ClusterAlbum>();116 ClusterAlbum album; in updateClusters()118 album = (ClusterAlbum) dataManager.peekMediaObject(childPath); in updateClusters()120 album = new ClusterAlbum(childPath, dataManager, this); in updateClusters()
21 public class ClusterAlbum extends MediaSet implements ContentListener { class30 public ClusterAlbum(Path path, DataManager dataManager, in ClusterAlbum() method in ClusterAlbum
80 return new ClusterAlbum(path, dataManager, parent); in createMediaObject()
63 return ClusterAlbum.getMediaItemFromPath( in getMediaItem()