Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DSelectionActionModeHelper.java470 final double candidateDistance = Math.pow(point.x - candidateX, 2) in movePointInsideNearestRectangle() local
473 if (candidateDistance < bestDistance) { in movePointInsideNearestRectangle()
476 bestDistance = candidateDistance; in movePointInsideNearestRectangle()