Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DProximityInfo.java251 final int lastPixelXCoordinate = mGridWidth * mCellWidth - 1; in computeNearestNeighbors() local
342 final int xEnd = Math.min(lastPixelXCoordinate, keyX + key.getWidth() + threshold); in computeNearestNeighbors()