Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java779 int closestKeyDist = mProximityThreshold + 1; in getKeyIndices() local
797 if (dist < closestKeyDist) { in getKeyIndices()
798 closestKeyDist = dist; in getKeyIndices()
/aosp12/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
H A DKeyboardView.java896 int closestKeyDist = mProximityThreshold + 1; in getKeyIndices() local
914 if (dist < closestKeyDist) { in getKeyIndices()
915 closestKeyDist = dist; in getKeyIndices()