Searched refs:ClusterSource (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DClusterAlbumSet.java84 case ClusterSource.CLUSTER_ALBUMSET_TIME:
87 case ClusterSource.CLUSTER_ALBUMSET_LOCATION:
90 case ClusterSource.CLUSTER_ALBUMSET_TAG:
93 case ClusterSource.CLUSTER_ALBUMSET_FACE:
107 if (mKind == ClusterSource.CLUSTER_ALBUMSET_TAG) {
109 } else if (mKind == ClusterSource.CLUSTER_ALBUMSET_SIZE) {
H A DClusterSource.java21 class ClusterSource extends MediaSource { class in inherits:MediaSource
37 public ClusterSource(GalleryApp application) { method in class:ClusterSource
H A DDataManager.java125 addSource(new ClusterSource(mApplication));

Completed in 205 milliseconds