Home
last modified time | relevance | path

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

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