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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DDefaultSoftKeyboard.java36 import jp.co.omronsoft.openwnn.KeyboardView.OnKeyboardActionListener;
43 public class DefaultSoftKeyboard implements InputViewManager, KeyboardView.OnKeyboardActionListener {
304 private OnKeyboardActionListener mSymbolOnKeyboardAction = new OnKeyboardActionListener() {
796 /** @see jp.co.omronsoft.openwnn.KeyboardView.OnKeyboardActionListener#onKey */
799 /** @see jp.co.omronsoft.openwnn.KeyboardView.OnKeyboardActionListener#swipeRight */
802 /** @see jp.co.omronsoft.openwnn.KeyboardView.OnKeyboardActionListener#swipeLeft */
805 /** @see jp.co.omronsoft.openwnn.KeyboardView.OnKeyboardActionListener#swipeDown */
808 /** @see jp.co.omronsoft.openwnn.KeyboardView.OnKeyboardActionListener#swipeUp */
811 /** @see jp.co.omronsoft.openwnn.KeyboardView.OnKeyboardActionListener#onReleas
[all...]
H A DKeyboardView.java66 public interface OnKeyboardActionListener { interface in class:KeyboardView
163 /** Listener for {@link OnKeyboardActionListener}. */
164 private OnKeyboardActionListener mKeyboardActionListener;
437 * Set the {@link OnKeyboardActionListener} object.
438 * @param listener The OnKeyboardActionListener to set.
440 public void setOnKeyboardActionListener(OnKeyboardActionListener listener) {
445 * Returns the {@link OnKeyboardActionListener} object.
448 protected OnKeyboardActionListener getOnKeyboardActionListener() {
592 * When enabled, calls to {@link OnKeyboardActionListener#onKey} will include key
1075 mMiniKeyboard.setOnKeyboardActionListener(new OnKeyboardActionListener() {
[all...]

Completed in 25 milliseconds