Searched refs:distanceToPoint (Results 1 – 1 of 1) sorted by relevance
221 float distance = distanceToPoint(snapTarget, stackBounds.left, stackBounds.top); in findClosestSnapBounds()379 float distance = distanceToPoint(p, x, y); in findClosestPoint()432 private float distanceToPoint(Point p, int x, int y) { in distanceToPoint() method in PipSnapAlgorithm