Searched refs:sListener (Results 1 – 1 of 1) sorted by relevance
151 private static KeyboardActionListener sListener = KeyboardActionListener.EMPTY_LISTENER; field in PointerTracker253 sListener = listener; in setKeyboardActionListener()313 sListener.onPressKey(key.getCode(), repeatCount, getActivePointerTrackerCount() == 1); in callListenerOnPressAndCheckKeyboardLayoutChange()343 sListener.onTextInput(key.getOutputText()); in callListenerOnCodeInput()346 sListener.onCodeInput(code, x, y, isKeyRepeat); in callListenerOnCodeInput()348 sListener.onCodeInput(code, in callListenerOnCodeInput()374 sListener.onReleaseKey(primaryCode, withSliding); in callListenerOnRelease()382 sListener.onFinishSlidingInput(); in callListenerOnFinishSlidingInput()389 sListener.onCancelInput(); in callListenerOnCancelInput()576 sListener.onStartBatchInput(); in onStartBatchInput()[all …]