Home | History | Annotate | Download | only in launch

Lines Matching defs:maxDist

440                 int maxDist = projectTarget.getVersion().getApiLevel() - minApiLevel;
446 if (currDist >= 0 && currDist < maxDist) {
447 maxDist = currDist;
449 if (maxDist == 0) {