Home
last modified time | relevance | path

Searched defs:isKeyRepeat (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
H A DEvent.java143 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 DKeyboardActionListener.java59 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 DPointerTracker.java277 final int y, final long eventTime, final boolean isKeyRepeat) { in callListenerOnCodeInput()
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DInputTestsBase.java280 protected void typeInternal(final int codePoint, final boolean isKeyRepeat) { in typeInternal()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
H A DSuggestionStripView.java63 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 DLatinIME.java1442 final boolean isKeyRepeat) { in onCodeInput()
1476 final int keyY, final boolean isKeyRepeat) { in createSoftwareKeypressEvent()