Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DProximityInfo.java337 final int leftPixelWithinThreshold = keyX - threshold; in computeNearestNeighbors() local
338 final int xDeltaToGrid = leftPixelWithinThreshold % mCellWidth; in computeNearestNeighbors()
339 final int xMiddleOfLeftCell = leftPixelWithinThreshold - xDeltaToGrid + halfCellWidth; in computeNearestNeighbors()