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

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

Completed in 97 milliseconds