Home
last modified time | relevance | path

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

/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java197 private int mProximityThreshold; field in KeyboardView
697 mProximityThreshold = (int) (dimensionSum * 1.4f / length); in computeProximityThreshold()
698 mProximityThreshold *= mProximityThreshold; // Square it in computeProximityThreshold()
896 int closestKeyDist = mProximityThreshold + 1; in getKeyIndices()
909 && (dist = key.squaredDistanceFrom(x, y)) < mProximityThreshold) in getKeyIndices()