Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DProximityInfo.java335 final int yEnd = Math.min(lastPixelYCoordinate, keyY + key.getHeight() + threshold); in computeNearestNeighbors() local
345 for (int centerY = yStart; centerY <= yEnd; centerY += mCellHeight) { in computeNearestNeighbors()