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