Home
last modified time | relevance | path

Searched refs:CLUSTER_ALBUMSET_FACE (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
DClusterSource.java26 static final int CLUSTER_ALBUMSET_FACE = 4; field in ClusterSource
45 mMatcher.add("/cluster/*/face", CLUSTER_ALBUMSET_FACE); in ClusterSource()
70 case CLUSTER_ALBUMSET_FACE: in createMediaObject()
DClusterAlbumSet.java93 case ClusterSource.CLUSTER_ALBUMSET_FACE: in updateClusters()