Home | History | Annotate | Download | only in launcher3

Lines Matching refs:closestDistance

630             float closestDistance = Float.MAX_VALUE;
642 if (tmpDistance < closestDistance) {
644 closestDistance = tmpDistance;