Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/data/
DClusterSource.java25 static final int CLUSTER_ALBUMSET_SIZE = 3; field in ClusterSource
44 mMatcher.add("/cluster/*/size", CLUSTER_ALBUMSET_SIZE); in ClusterSource()
69 case CLUSTER_ALBUMSET_SIZE: in createMediaObject()
DClusterAlbumSet.java109 } else if (mKind == ClusterSource.CLUSTER_ALBUMSET_SIZE) { in updateClusters()