Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/data/
DTimeClustering.java49 private static final int MIN_MIN_CLUSTER_SIZE = 8; field in 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); in setTimeRange()