Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboardView.java803 int closestKeyDist = mProximityThreshold + 1; in getKeyIndices() local
820 if (dist < closestKeyDist) { in getKeyIndices()
821 closestKeyDist = dist; in getKeyIndices()