Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/data/
DTimeClustering.java249 ArrayList<SmallItem> currClusterItems = mCurrCluster.getItems(); in splitAndAddCurrentCluster() local
255 partitionedCluster.addItem(currClusterItems.get(j)); in splitAndAddCurrentCluster()
260 partitionedCluster.addItem(currClusterItems.get(j)); in splitAndAddCurrentCluster()
271 ArrayList<SmallItem> currClusterItems = mCurrCluster.getItems(); in getPartitionIndexForCurrentCluster() local
278 SmallItem prevItem = currClusterItems.get(i - 1); in getPartitionIndexForCurrentCluster()
279 SmallItem currItem = currClusterItems.get(i); in getPartitionIndexForCurrentCluster()
280 SmallItem nextItem = currClusterItems.get(i + 1); in getPartitionIndexForCurrentCluster()
309 ArrayList<SmallItem> currClusterItems = mCurrCluster.getItems(); in mergeAndAddCurrentCluster() local
313 prevCluster.addItem(currClusterItems.get(i)); in mergeAndAddCurrentCluster()