Searched refs:ClusterSource (Results 1 – 3 of 3) sorted by relevance
84 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()
21 class ClusterSource extends MediaSource { class37 public ClusterSource(GalleryApp application) { in ClusterSource() method in ClusterSource
123 addSource(new ClusterSource(mApplication)); in initializeSourceMap()