Searched defs:distanceToPoint (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/policy/
H A DPipSnapAlgorithm.java145 float distance = distanceToPoint(snapTarget, stackBounds.left, stackBounds.top);
303 float distance = distanceToPoint(p, x, y);
356 private float distanceToPoint(Point p, int x, int y) { method in class:PipSnapAlgorithm

Completed in 40 milliseconds