Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java783 int [] nearestKeyIndices = mKeyboard.getNearestKeys(x, y); in getKeyIndices() local
784 final int keyCount = nearestKeyIndices.length; in getKeyIndices()
786 final Key key = keys[nearestKeyIndices[i]]; in getKeyIndices()
790 primaryIndex = nearestKeyIndices[i]; in getKeyIndices()
801 closestKey = nearestKeyIndices[i]; in getKeyIndices()