Lines Matching refs:currentDistance
3324 int currentDistance = 0;
3328 currentDistance = center - currentRight;
3330 currentDistance = currentLeft - center;
3339 if (neighborDistance < currentDistance) {
3355 int currentDistance = 0;
3359 currentDistance = center - currentRight;
3361 currentDistance = currentLeft - center;
3370 if (neighborDistance < currentDistance) {
3396 int currentDistance = (int) rightEvent.left - right;
3397 if (neighborDistance < currentDistance) {
3420 int currentDistance = left - (int) leftEvent.right;
3421 if (neighborDistance < currentDistance) {