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

/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.java105 private KeyboardActionListener mKeyboardActionListener; field in class:MainKeyboardView
440 mKeyboardActionListener = listener;
450 return mKeyboardActionListener;
615 return mKeyboardActionListener.onCustomRequest(code);
619 mKeyboardActionListener.onCodeInput(
624 mKeyboardActionListener.onReleaseKey(primaryCode, false);
657 this, this, pointX, pointY, mMoreKeysWindow, mKeyboardActionListener);

Completed in 12 milliseconds