Searched refs:bottomY (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinKeyboard.java377 private void drawButtonArrow(Drawable arrow, Canvas canvas, int x, int bottomY) { argument
378 arrow.setBounds(x, bottomY - arrow.getIntrinsicHeight(), x + arrow.getIntrinsicWidth(),
379 bottomY);

Completed in 3 milliseconds