Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DProximityInfo.java263 final int halfCellWidth = mCellWidth / 2; in computeNearestNeighbors() local
339 final int xMiddleOfLeftCell = leftPixelWithinThreshold - xDeltaToGrid + halfCellWidth; in computeNearestNeighbors()
340 final int xStart = Math.max(halfCellWidth, in computeNearestNeighbors()
341 xMiddleOfLeftCell + (xDeltaToGrid <= halfCellWidth ? 0 : mCellWidth)); in computeNearestNeighbors()