Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/data/
DTimeClustering.java253 Cluster partitionedCluster = new Cluster(); in splitAndAddCurrentCluster() local
255 partitionedCluster.addItem(currClusterItems.get(j)); in splitAndAddCurrentCluster()
257 mClusters.add(partitionedCluster); in splitAndAddCurrentCluster()
258 partitionedCluster = new Cluster(); in splitAndAddCurrentCluster()
260 partitionedCluster.addItem(currClusterItems.get(j)); in splitAndAddCurrentCluster()
262 mClusters.add(partitionedCluster); in splitAndAddCurrentCluster()