Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DPointerTracker.java324 private void callListenerOnCodeInput(final Key key, final int primaryCode, final int x, in callListenerOnCodeInput() method in PointerTracker
1190 callListenerOnCodeInput(key, code, x, y, eventTime, false /* isKeyRepeat */); in detectAndSendKey()
1215 callListenerOnCodeInput(key, code, mKeyX, mKeyY, SystemClock.uptimeMillis(), in onKeyRepeat()