Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboard.java238 public List<Key> getNearestKeys(final int x, final int y) { in getNearestKeys() method in Keyboard
242 return mProximityInfo.getNearestKeys(adjustedX, adjustedY); in getNearestKeys()
DProximityInfo.java379 final List<Key> nearestKeys = getNearestKeys(x, y); in fillArrayWithNearestKeyCodes()
396 public List<Key> getNearestKeys(final int x, final int y) { in getNearestKeys() method in ProximityInfo
DKeyDetector.java97 for (final Key key: mKeyboard.getNearestKeys(touchX, touchY)) { in detectHitKey()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DDynamicGridKeyboard.java221 public List<Key> getNearestKeys(final int x, final int y) { in getNearestKeys() method in DynamicGridKeyboard
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java898 int [] nearestKeyIndices = mKeyboard.getNearestKeys(x, y); in getKeyIndices()