Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/data/
DTimeClustering.java251 int secondPartitionStartIndex = getPartitionIndexForCurrentCluster(); in splitAndAddCurrentCluster() local
252 if (secondPartitionStartIndex != -1) { in splitAndAddCurrentCluster()
254 for (int j = 0; j < secondPartitionStartIndex; j++) { in splitAndAddCurrentCluster()
259 for (int j = secondPartitionStartIndex; j < numCurrClusterItems; j++) { in splitAndAddCurrentCluster()