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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
EmojiPalettesView.java 93 private KeyboardActionListener mKeyboardActionListener = KeyboardActionListener.EMPTY_LISTENER;
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 */);
400 mKeyboardActionListener = listener;
401 mDeleteKeyOnTouchListener.setKeyboardActionListener(mKeyboardActionListener);
    [all...]
  /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...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 164 private OnKeyboardActionListener mKeyboardActionListener;
444 mKeyboardActionListener = listener;
452 return mKeyboardActionListener;
811 mKeyboardActionListener.onText(key.text);
812 mKeyboardActionListener.onRelease(NOT_A_KEY);
822 mKeyboardActionListener.onKey(Keyboard.KEYCODE_DELETE, KEY_DELETE);
828 mKeyboardActionListener.onKey(code, codes);
829 mKeyboardActionListener.onRelease(code);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MainKeyboardView.java 113 private KeyboardActionListener mKeyboardActionListener;
268 mKeyboardActionListener = KeyboardActionListener.EMPTY_LISTENER;
355 mKeyboardActionListener = listener;
615 final KeyboardActionListener listener = mKeyboardActionListener;
659 moreKeysPanel.showMoreKeysPanel(this, this, pointX, pointY, mKeyboardActionListener);
    [all...]

Completed in 124 milliseconds