Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSelectionActionModeHelper.java427 final float candidateX; in movePointInsideNearestRectangle() local
430 candidateX = rectangle.right; in movePointInsideNearestRectangle()
432 candidateX = rectangle.left; in movePointInsideNearestRectangle()
434 candidateX = point.x; in movePointInsideNearestRectangle()
437 final double candidateDistance = Math.pow(point.x - candidateX, 2) in movePointInsideNearestRectangle()
441 bestX = candidateX; in movePointInsideNearestRectangle()