Searched refs:findClosestPoint (Results 1 – 1 of 1) sorted by relevance
144 Point snapTarget = findClosestPoint(stackBounds.left, stackBounds.top, snapTargets); in findClosestSnapBounds()165 Point snapTarget = findClosestPoint(stackBounds.left, stackBounds.top, snapTargets); in findClosestSnapBounds()299 private Point findClosestPoint(int x, int y, Point[] points) { in findClosestPoint() method in PipSnapAlgorithm