Searched defs:timeRange (Results 1 - 1 of 1) sorted by last modified time

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DTimeClustering.java177 private void setTimeRange(long timeRange, int numItems) { argument
184 mClusterSplitTime = timeRange / numItems * CLUSTER_SPLIT_MULTIPLIER;

Completed in 51 milliseconds