Searched refs:candidateX (Results 1 – 1 of 1) sorted by relevance
461 final float candidateX; in movePointInsideNearestRectangle() local464 candidateX = rectangle.right; in movePointInsideNearestRectangle()466 candidateX = rectangle.left; in movePointInsideNearestRectangle()468 candidateX = point.x; in movePointInsideNearestRectangle()471 final double candidateDistance = Math.pow(point.x - candidateX, 2) in movePointInsideNearestRectangle()475 bestX = candidateX; in movePointInsideNearestRectangle()