Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DEmojiPalettesView.java90 private KeyboardActionListener mKeyboardActionListener = KeyboardActionListener.EMPTY_LISTENER; field in EmojiPalettesView
306 mKeyboardActionListener.onPressKey( in onTouch()
325 mKeyboardActionListener.onCodeInput(code, NOT_A_COORDINATE, NOT_A_COORDINATE, in onClick()
327 mKeyboardActionListener.onReleaseKey(code, false /* withSliding */); in onClick()
338 mKeyboardActionListener.onPressKey(code, 0 /* repeatCount */, true /* isSinglePointer */); in onPressKey()
352 mKeyboardActionListener.onTextInput(key.getOutputText()); in onReleaseKey()
354 mKeyboardActionListener.onCodeInput(code, NOT_A_COORDINATE, NOT_A_COORDINATE, in onReleaseKey()
357 mKeyboardActionListener.onReleaseKey(code, false /* withSliding */); in onReleaseKey()
401 mKeyboardActionListener = listener; in setKeyboardActionListener()
440 private KeyboardActionListener mKeyboardActionListener = field in EmojiPalettesView.DeleteKeyOnTouchListener
[all …]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboardView.java164 private OnKeyboardActionListener mKeyboardActionListener; field in KeyboardView
441 mKeyboardActionListener = listener; in setOnKeyboardActionListener()
449 return mKeyboardActionListener; in getOnKeyboardActionListener()
852 mKeyboardActionListener.onText(key.text); in detectAndSendKey()
853 mKeyboardActionListener.onRelease(NOT_A_KEY); in detectAndSendKey()
861 mKeyboardActionListener.onKey(Keyboard.KEYCODE_DELETE, KEY_DELETE); in detectAndSendKey()
867 mKeyboardActionListener.onKey(code, codes); in detectAndSendKey()
868 mKeyboardActionListener.onRelease(code); in detectAndSendKey()
1062 if (mKeyboardActionListener.onLongPress(popupKey)) { in onLongPress()
1077 mKeyboardActionListener.onKey(primaryCode, keyCodes); in onLongPress()
[all …]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DMainKeyboardView.java117 private KeyboardActionListener mKeyboardActionListener; field in MainKeyboardView
272 mKeyboardActionListener = KeyboardActionListener.EMPTY_LISTENER; in MainKeyboardView()
366 mKeyboardActionListener = listener; in setKeyboardActionListener()
643 moreKeysKeyboardView.showMoreKeysPanel(this, this, pointX, pointY, mKeyboardActionListener); in showMoreKeysKeyboard()