Searched defs:mKeyboardActionListener (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/
H A DCarLatinIME.java197 mKeyboardView.setOnKeyboardActionListener(mKeyboardActionListener);
252 private final KeyboardView.OnKeyboardActionListener mKeyboardActionListener = field in class:CarLatinIME
/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/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);
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
H A DKeyboardView.java181 private OnKeyboardActionListener mKeyboardActionListener; field in class:KeyboardView
512 mKeyboardActionListener = listener;
520 return mKeyboardActionListener;
944 mKeyboardActionListener.onText(key.text);
945 mKeyboardActionListener.onRelease(NOT_A_KEY);
955 mKeyboardActionListener.onKey(Keyboard.KEYCODE_DELETE, KEY_DELETE);
961 mKeyboardActionListener.onKey(code, codes);
962 mKeyboardActionListener.onRelease(code);
1301 mKeyboardActionListener.onPress(mKeys[keyIndex].codes[0]);
1402 mKeyboardActionListener
[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...]

Completed in 92 milliseconds