Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java781 int [] nearestKeyIndices = mKeyboard.getNearestKeys(x, y); in getKeyIndices() local
782 final int keyCount = nearestKeyIndices.length; in getKeyIndices()
784 final Key key = keys[nearestKeyIndices[i]]; in getKeyIndices()
788 primaryIndex = nearestKeyIndices[i]; in getKeyIndices()
799 closestKey = nearestKeyIndices[i]; in getKeyIndices()
/aosp12/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
H A DKeyboardView.java898 int [] nearestKeyIndices = mKeyboard.getNearestKeys(x, y); in getKeyIndices() local
899 final int keyCount = nearestKeyIndices.length; in getKeyIndices()
901 final Key key = keys[nearestKeyIndices[i]]; in getKeyIndices()
905 primaryIndex = nearestKeyIndices[i]; in getKeyIndices()
916 closestKey = nearestKeyIndices[i]; in getKeyIndices()