HomeSort by relevance Sort by last modified time
    Searched full:thresholdsquared (Results 1 - 1 of 1) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
ProximityInfo.java 246 final int thresholdSquared = threshold * threshold;
345 if (key.squaredDistanceToEdge(centerX, centerY) < thresholdSquared) {

Completed in 32 milliseconds