Searched refs:minDistance (Results 1 – 5 of 5) sorted by relevance
95 int minDistance = Integer.MAX_VALUE; in detectHitKey() local104 if (distance > minDistance) { in detectHitKey()108 if (primaryKey == null || distance < minDistance in detectHitKey()110 minDistance = distance; in detectHitKey()
141 int minDistance = Integer.MAX_VALUE; in closestValueIndex() local145 if (diff < minDistance) { in closestValueIndex()146 minDistance = diff; in closestValueIndex()
128 float minDistance = Float.MAX_VALUE; in initSeekBarPreference() local132 if (d < minDistance) { in initSeekBarPreference()133 minDistance = d; in initSeekBarPreference()
242 double minDistance = Double.MAX_VALUE; in distance() local257 minDistance = Math.min(d, minDistance); in distance()259 return minDistance; in distance()
857 final int minDistance = 10; in testSubscribeConfigBuilder() local868 .setMinDistanceMm(minDistance) in testSubscribeConfigBuilder()886 collector.checkThat("mMinDistanceMm", minDistance, equalTo(subscribeConfig.mMinDistanceMm)); in testSubscribeConfigBuilder()903 final int minDistance = 10; in testSubscribeConfigParcel() local914 .setMinDistanceMm(minDistance) in testSubscribeConfigParcel()