Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DProximityInfo.java262 final int[] neighborCountPerCell = new int[gridSize]; in computeNearestNeighbors() local
349 neighborsFlatBuffer[index * keyCount + neighborCountPerCell[index]] = key; in computeNearestNeighbors()
350 ++neighborCountPerCell[index]; in computeNearestNeighbors()
360 final int indexEnd = indexStart + neighborCountPerCell[i]; in computeNearestNeighbors()