Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DPipSnapAlgorithm.java182 final double distanceHoriz = Math.hypot(horizPoint.x - x, horizPoint.y - y); in getEdgeIntersect() local
187 if (distanceHoriz == 0) { in getEdgeIntersect()
191 return Math.abs(distanceVert) > Math.abs(distanceHoriz) ? horizPoint : vertPoint; in getEdgeIntersect()