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 32 private ArrayList<ClusterAlbum> mAlbums = new ArrayList<ClusterAlbum>();
113 ClusterAlbum album = (ClusterAlbum) dataManager.peekMediaObject(
116 album = new ClusterAlbum(childPath, dataManager, this);
ClusterAlbum.java 21 public class ClusterAlbum extends MediaSet implements ContentListener {
22 private static final String TAG = "ClusterAlbum";
29 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);
FilterSet.java 65 return ClusterAlbum.getMediaItemFromPath(

Completed in 3068 milliseconds