Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboardView.java481 int keyIndex = getKeyIndices(mStartX, mStartY, null); in setKeyboard()
799 private int getKeyIndices(int x, int y, int[] allKeys) { in getKeyIndices() method in KeyboardView
858 getKeyIndices(x, y, codes); in detectAndSendKey()
1186 int keyIndex = getKeyIndices(touchX, touchY, null);