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