Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSelectionActionModeHelper.java461 final float candidateX; in movePointInsideNearestRectangle() local
464 candidateX = rectangle.right; in movePointInsideNearestRectangle()
466 candidateX = rectangle.left; in movePointInsideNearestRectangle()
468 candidateX = point.x; in movePointInsideNearestRectangle()
471 final double candidateDistance = Math.pow(point.x - candidateX, 2) in movePointInsideNearestRectangle()
475 bestX = candidateX; in movePointInsideNearestRectangle()