HomeSort by relevance Sort by last modified time
    Searched refs:squaredDistanceToEdge (Results 1 - 5 of 5) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysDetector.java 53 final int dist = keys.get(index).squaredDistanceToEdge(touchX, touchY);
KeyDetector.java 203 final int distance = key.squaredDistanceToEdge(touchX, touchY);
ProximityInfo.java 192 if (key.squaredDistanceToEdge(centerX, centerY) < threshold)
Key.java 453 public int squaredDistanceToEdge(int x, int y) {
PointerTracker.java 681 return mKeys.get(curKey).squaredDistanceToEdge(x, y)

Completed in 196 milliseconds