Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
H A DEmojiPalettesView.java306 mKeyboardActionListener.onPressKey( in onTouch()
325 mKeyboardActionListener.onCodeInput(code, NOT_A_COORDINATE, NOT_A_COORDINATE, in onClick()
327 mKeyboardActionListener.onReleaseKey(code, false /* withSliding */); in onClick()
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
444 mKeyboardActionListener = listener; in setKeyboardActionListener()
470 mKeyboardActionListener.onPressKey(Constants.CODE_DELETE, in onTouchDown()
[all …]
/aosp12/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java171 private OnKeyboardActionListener mKeyboardActionListener; field in KeyboardView
461 mKeyboardActionListener = listener; in setOnKeyboardActionListener()
469 return mKeyboardActionListener; in getOnKeyboardActionListener()
830 mKeyboardActionListener.onText(key.text); in detectAndSendKey()
831 mKeyboardActionListener.onRelease(NOT_A_KEY); in detectAndSendKey()
847 mKeyboardActionListener.onKey(code, codes); in detectAndSendKey()
848 mKeyboardActionListener.onRelease(code); in detectAndSendKey()
1380 mKeyboardActionListener.swipeRight(); in swipeRight()
1384 mKeyboardActionListener.swipeLeft(); in swipeLeft()
1388 mKeyboardActionListener.swipeUp(); in swipeUp()
[all …]
/aosp12/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
H A DKeyboardView.java181 private OnKeyboardActionListener mKeyboardActionListener; field in KeyboardView
515 mKeyboardActionListener = listener; in setOnKeyboardActionListener()
523 return mKeyboardActionListener; in getOnKeyboardActionListener()
947 mKeyboardActionListener.onText(key.text); in detectAndSendKey()
964 mKeyboardActionListener.onKey(code, codes); in detectAndSendKey()
965 mKeyboardActionListener.onRelease(code); in detectAndSendKey()
1405 mKeyboardActionListener.swipeRight(); in swipeRight()
1409 mKeyboardActionListener.swipeLeft(); in swipeLeft()
1413 mKeyboardActionListener.swipeUp(); in swipeUp()
1417 mKeyboardActionListener.swipeDown(); in swipeDown()
[all …]
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A 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()
/aosp12/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/
H A DCarLatinIME.java197 mKeyboardView.setOnKeyboardActionListener(mKeyboardActionListener); in onStartInputView()
254 private final KeyboardView.OnKeyboardActionListener mKeyboardActionListener = field in CarLatinIME
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt25578 Landroid/inputmethodservice/KeyboardView;->mKeyboardActionListener:Landroid/inputmethodservice/Keyb…