Home | History | Annotate | Download | only in widget

Lines Matching refs:minDistance

1950             int minDistance = Integer.MAX_VALUE;
1963 if (distance < minDistance) {
1964 minDistance = distance;