Searched refs:dimensionSum (Results 1 – 1 of 1) sorted by relevance
648 int dimensionSum = 0; in computeProximityThreshold() local651 dimensionSum += Math.min(key.width, key.height) + key.gap; in computeProximityThreshold()653 if (dimensionSum < 0 || length == 0) return; in computeProximityThreshold()654 mProximityThreshold = (int) (dimensionSum * 1.4f / length); in computeProximityThreshold()