Searched refs:currentDistance (Results 1 – 1 of 1) sorted by relevance
3324 int currentDistance = 0; in computeNeighbors() local3328 currentDistance = center - currentRight; in computeNeighbors()3330 currentDistance = currentLeft - center; in computeNeighbors()3339 if (neighborDistance < currentDistance) { in computeNeighbors()3355 int currentDistance = 0; in computeNeighbors() local3359 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() local3397 if (neighborDistance < currentDistance) { in computeNeighbors()[all …]