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.java276 private void callListenerOnCodeInput(final Key key, final int primaryCode, final int x, in callListenerOnCodeInput() method in PointerTracker
1156 callListenerOnCodeInput(key, code, x, y, eventTime, false /* isKeyRepeat */); in detectAndSendKey()
1181 callListenerOnCodeInput(key, code, mKeyX, mKeyY, SystemClock.uptimeMillis(), in onKeyRepeat()