Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DProximityInfo.java80 computeNearestNeighbors(); in ProximityInfo()
244 private void computeNearestNeighbors() { in computeNearestNeighbors() method in ProximityInfo
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboard.java701 private void computeNearestNeighbors() { in computeNearestNeighbors() method in Keyboard
737 if (mGridNeighbors == null) computeNearestNeighbors(); in getNearestKeys()