Searched refs:mKeyboardActionListener (Results 1 – 4 of 4) sorted by relevance
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/ |
D | EmojiPalettesView.java | 90 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/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/ |
D | KeyboardView.java | 181 private OnKeyboardActionListener mKeyboardActionListener; field in KeyboardView 515 mKeyboardActionListener = listener; in setOnKeyboardActionListener() 523 return mKeyboardActionListener; in getOnKeyboardActionListener() 947 mKeyboardActionListener.onText(key.text); in detectAndSendKey() 948 mKeyboardActionListener.onRelease(NOT_A_KEY); in detectAndSendKey() 958 mKeyboardActionListener.onKey(Keyboard.KEYCODE_DELETE, KEY_DELETE); in detectAndSendKey() 964 mKeyboardActionListener.onKey(code, codes); in detectAndSendKey() 965 mKeyboardActionListener.onRelease(code); in detectAndSendKey() 1304 mKeyboardActionListener.onPress(mKeys[keyIndex].codes[0]); in onModifiedTouchEvent() 1405 mKeyboardActionListener.swipeRight(); in swipeRight() [all …]
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
D | MainKeyboardView.java | 117 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()
|
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/ |
D | CarLatinIME.java | 197 mKeyboardView.setOnKeyboardActionListener(mKeyboardActionListener); in onStartInputView() 254 private final KeyboardView.OnKeyboardActionListener mKeyboardActionListener = field in CarLatinIME
|