Searched refs:getNearestKeys (Results 1 - 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyDetector.java101 for (final Key key: mKeyboard.getNearestKeys(touchX, touchY)) {
H A DProximityInfo.java227 final Key[] nearestKeys = getNearestKeys(x, y);
243 public Key[] getNearestKeys(final int x, final int y) { method in class:ProximityInfo
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboard.java736 public int[] getNearestKeys(int x, int y) { method in class:Keyboard
H A DKeyboardView.java805 int [] nearestKeyIndices = mKeyboard.getNearestKeys(x, y);

Completed in 376 milliseconds