Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSelectionActionModeHelper.java470 final float candidateX; in movePointInsideNearestRectangle() local
473 candidateX = rectangle.right; in movePointInsideNearestRectangle()
475 candidateX = rectangle.left; in movePointInsideNearestRectangle()
477 candidateX = point.x; in movePointInsideNearestRectangle()
480 final double candidateDistance = Math.pow(point.x - candidateX, 2) in movePointInsideNearestRectangle()
484 bestX = candidateX; in movePointInsideNearestRectangle()