Searched refs:getKeyIndices (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/core/java/android/inputmethodservice/ |
H A D | KeyboardView.java | 775 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 D | KeyboardView.java | 892 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 D | hiddenapi-max-target-o.txt | 25548 Landroid/inputmethodservice/KeyboardView;->getKeyIndices(II[I)I
|