Home
last modified time | relevance | path

Searched refs:getNearestKeys (Results 1 – 7 of 7) 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/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboard.java736 public int[] getNearestKeys(int x, int y) { in getNearestKeys() method in Keyboard
DKeyboardView.java805 int [] nearestKeyIndices = mKeyboard.getNearestKeys(x, y); in getKeyIndices()
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java897 int [] nearestKeyIndices = mKeyboard.getNearestKeys(x, y); in getKeyIndices()