Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboardView.java805 int [] nearestKeyIndices = mKeyboard.getNearestKeys(x, y); in getKeyIndices() local
806 final int keyCount = nearestKeyIndices.length; in getKeyIndices()
808 final Key key = keys[nearestKeyIndices[i]]; in getKeyIndices()
812 primaryIndex = nearestKeyIndices[i]; in getKeyIndices()
822 closestKey = nearestKeyIndices[i]; in getKeyIndices()