Searched defs:isKeyRepeat (Results 1 – 6 of 6) sorted by relevance
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/ |
H A D | Event.java | 143 final int x, final int y, final boolean isKeyRepeat) { in createSoftwareKeypressEvent() 150 final Event next, final boolean isKeyRepeat) { in createHardwareKeypressEvent() 282 public boolean isKeyRepeat() { in isKeyRepeat() method in Event
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
H A D | KeyboardActionListener.java | 59 public void onCodeInput(int primaryCode, int x, int y, boolean isKeyRepeat); in onCodeInput() 112 public void onCodeInput(int primaryCode, int x, int y, boolean isKeyRepeat) {} in onCodeInput()
|
H A D | PointerTracker.java | 277 final int y, final long eventTime, final boolean isKeyRepeat) { in callListenerOnCodeInput()
|
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
H A D | InputTestsBase.java | 280 protected void typeInternal(final int codePoint, final boolean isKeyRepeat) { in typeInternal()
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/ |
H A D | SuggestionStripView.java | 63 public void onCodeInput(int primaryCode, int x, int y, boolean isKeyRepeat); in onCodeInput()
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
H A D | LatinIME.java | 1442 final boolean isKeyRepeat) { in onCodeInput() 1476 final int keyY, final boolean isKeyRepeat) { in createSoftwareKeypressEvent()
|