Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DProximityInfo.java240 final int destLength = dest.length; in fillArrayWithNearestKeyCodes() local
241 if (destLength < 1) { in fillArrayWithNearestKeyCodes()
250 if (index >= destLength) { in fillArrayWithNearestKeyCodes()
259 if (index < destLength) { in fillArrayWithNearestKeyCodes()