Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardRow.java114 public int getRowHeight() { in getRowHeight() method in KeyboardRow
DKeyboardBuilder.java457 final int height = row.getRowHeight(); in parseGridRows()
850 mCurrentY += row.getRowHeight(); in endRow()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKey.java262 final int rowHeight = row.getRowHeight(); in Key()