Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DProximityInfo.java342 final int xEnd = Math.min(lastPixelXCoordinate, keyX + key.getWidth() + threshold); in computeNearestNeighbors() local
347 for (int centerX = xStart; centerX <= xEnd; centerX += mCellWidth) { in computeNearestNeighbors()
/packages/apps/Terminal/src/com/android/terminal/
DTerminalLineView.java71 final int xEnd = x + (m.run.colSize * m.charWidth); in onDraw() local