Home
last modified time | relevance | path

Searched refs:distanceToPoint (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/policy/
DPipSnapAlgorithm.java221 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