HomeSort by relevance Sort by last modified time
    Searched refs:mKeyboardActionListener (Results 1 - 4 of 4) sorted by null

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java 164 private OnKeyboardActionListener mKeyboardActionListener;
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);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
EmojiPalettesView.java 90 private KeyboardActionListener mKeyboardActionListener = KeyboardActionListener.EMPTY_LISTENER;
554 mKeyboardActionListener.onPressKey(code, 0 /* repeatCount */, true /* isSinglePointer */);
555 mKeyboardActionListener.onCodeInput(code, NOT_A_COORDINATE, NOT_A_COORDINATE);
556 mKeyboardActionListener.onReleaseKey(code, false /* withSliding */);
565 mKeyboardActionListener.onTextInput(key.getOutputText());
592 mKeyboardActionListener = listener;
593 mDeleteKeyOnTouchListener.setKeyboardActionListener(mKeyboardActionListener);
    [all...]
MainKeyboardView.java 122 private KeyboardActionListener mKeyboardActionListener;
514 mKeyboardActionListener = KeyboardActionListener.EMPTY_LISTENER;
572 mKeyboardActionListener = listener;
582 return mKeyboardActionListener;
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 163 private OnKeyboardActionListener mKeyboardActionListener;
440 mKeyboardActionListener = listener;
448 return mKeyboardActionListener;
807 mKeyboardActionListener.onText(key.text);
808 mKeyboardActionListener.onRelease(NOT_A_KEY);
818 mKeyboardActionListener.onKey(Keyboard.KEYCODE_DELETE, KEY_DELETE);
824 mKeyboardActionListener.onKey(code, codes);
825 mKeyboardActionListener.onRelease(code);
    [all...]

Completed in 131 milliseconds