Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java775 private int getKeyIndices(int x, int y, int[] allKeys) { in getKeyIndices() method in KeyboardView
837 getKeyIndices(x, y, codes); in detectAndSendKey()
1237 int keyIndex = getKeyIndices(touchX, touchY, null);
/aosp12/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
H A DKeyboardView.java892 private int getKeyIndices(int x, int y, int[] allKeys) { in getKeyIndices() method in KeyboardView
954 getKeyIndices(x, y, codes); in detectAndSendKey()
1263 int keyIndex = getKeyIndices(touchX, touchY, null); in onModifiedTouchEvent()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt25548 Landroid/inputmethodservice/KeyboardView;->getKeyIndices(II[I)I