Searched refs:MIN_MIN_CLUSTER_SIZE (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DTimeClustering.java49 private static final int MIN_MIN_CLUSTER_SIZE = 8; field in class:TimeClustering
79 private int mMinClusterSize = (MIN_MIN_CLUSTER_SIZE + MAX_MIN_CLUSTER_SIZE) / 2;
188 mMinClusterSize = Utils.clamp(mMinClusterSize, MIN_MIN_CLUSTER_SIZE, MAX_MIN_CLUSTER_SIZE);

Completed in 55 milliseconds