Searched refs:candidateX (Results 1 – 1 of 1) sorted by relevance
427 final float candidateX; in movePointInsideNearestRectangle() local430 candidateX = rectangle.right; in movePointInsideNearestRectangle()432 candidateX = rectangle.left; in movePointInsideNearestRectangle()434 candidateX = point.x; in movePointInsideNearestRectangle()437 final double candidateDistance = Math.pow(point.x - candidateX, 2) in movePointInsideNearestRectangle()441 bestX = candidateX; in movePointInsideNearestRectangle()