Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DProximityInfo.java249 final int thresholdSquared = threshold * threshold; in computeNearestNeighbors() local
348 if (key.squaredDistanceToEdge(centerX, centerY) < thresholdSquared) { in computeNearestNeighbors()