Home | History | Annotate | Download | only in launcher3

Lines Matching refs:bestDistance

1262         double bestDistance = Double.MAX_VALUE;
1346 if ((distance <= bestDistance && !contained) ||
1348 bestDistance = distance;
1363 if (bestDistance == Double.MAX_VALUE) {
1396 float bestDistance = Float.MAX_VALUE;
1426 Float.compare(distance, bestDistance) < 0 || (Float.compare(distance,
1427 bestDistance) == 0 && curDirectionScore > bestDirectionScore)) {
1428 bestDistance = distance;
1437 if (bestDistance == Float.MAX_VALUE) {