Home
last modified time | relevance | path

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

/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java896 int closestKeyDist = mProximityThreshold + 1; in getKeyIndices() local
914 if (dist < closestKeyDist) { in getKeyIndices()
915 closestKeyDist = dist; in getKeyIndices()