Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DPointerTracker.java102 private static KeyboardActionListener sListener = KeyboardActionListener.EMPTY_LISTENER; field in PointerTracker
205 sListener = listener; in setKeyboardActionListener()
265 sListener.onPressKey(key.getCode(), repeatCount, getActivePointerTrackerCount() == 1); in callListenerOnPressAndCheckKeyboardLayoutChange()
295 sListener.onTextInput(key.getOutputText()); in callListenerOnCodeInput()
298 sListener.onCodeInput(code, x, y, isKeyRepeat); in callListenerOnCodeInput()
300 sListener.onCodeInput(code, in callListenerOnCodeInput()
326 sListener.onReleaseKey(primaryCode, withSliding); in callListenerOnRelease()
334 sListener.onFinishSlidingInput(); in callListenerOnFinishSlidingInput()
341 sListener.onCancelInput(); in callListenerOnCancelInput()
515 sListener.onStartBatchInput(); in onStartBatchInput()
[all …]