Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DMoreKeysDetector.java47 final int dist = key.squaredDistanceToEdge(touchX, touchY); in detectHitKey()
DKeyDetector.java103 final int distance = key.squaredDistanceToEdge(touchX, touchY); in detectHitKey()
DProximityInfo.java348 if (key.squaredDistanceToEdge(centerX, centerY) < thresholdSquared) { in computeNearestNeighbors()
DKey.java940 public int squaredDistanceToEdge(final int x, final int y) { in squaredDistanceToEdge() method in Key
DPointerTracker.java1092 final int distanceFromKeyEdgeSquared = curKey.squaredDistanceToEdge(x, y); in isMajorEnoughMoveToBeOnNewKey()