Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DProximityInfo.java252 final int lastPixelYCoordinate = mGridHeight * mCellHeight - 1; in computeNearestNeighbors() local
335 final int yEnd = Math.min(lastPixelYCoordinate, keyY + key.getHeight() + threshold); in computeNearestNeighbors()