Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DProximityInfo.java261 final Key[] neighborsFlatBuffer = new Key[gridSize * keyCount]; in computeNearestNeighbors() local
349 neighborsFlatBuffer[index * keyCount + neighborCountPerCell[index]] = key; in computeNearestNeighbors()
363 neighbors.add(neighborsFlatBuffer[index]); in computeNearestNeighbors()