Searched refs:MAX_MAX_CLUSTER_SIZE (Results 1 – 1 of 1) sorted by relevance
55 private static final int MAX_MAX_CLUSTER_SIZE = 50; field in TimeClustering80 private int mMaxClusterSize = (MIN_MAX_CLUSTER_SIZE + MAX_MAX_CLUSTER_SIZE) / 2;189 mMaxClusterSize = Utils.clamp(mMaxClusterSize, MIN_MAX_CLUSTER_SIZE, MAX_MAX_CLUSTER_SIZE); in setTimeRange()