Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardRow.java148 public int getKeyY() { in getKeyY() method in KeyboardRow
H A DKeyboardBuilder.java455 final int y = row.getKeyY(); in parseGridRows()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DMainKeyboardView.java378 public int getKeyY(final int y) { in getKeyY() method in MainKeyboardView
H A DKey.java267 final int keyYPos = row.getKeyY(); in Key()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java1451 final int keyY = mainKeyboardView.getKeyY(y); in onCodeInput()